Python bindings: drop third_party/ in includes
authorAlex Zinenko <zinenko@google.com>
Tue, 12 Mar 2019 13:03:26 +0000 (06:03 -0700)
committerjpienaar <jpienaar@google.com>
Sat, 30 Mar 2019 00:13:42 +0000 (17:13 -0700)
commitb0cc81883cf9134b39f06fa50ab13574c4fc8401
treef7f7fe2e72fe0d90ccfc906eb44471f36d9a4ac0
parent8d62a6092f35671484d24ed4f767f849784369cb
Python bindings: drop third_party/ in includes

Historically, Python bindings were using full path including third_party for
most headers but not all of them.  This is inconsistent with the rest of MLIR.
Drop the prefix path in #include directives.

PiperOrigin-RevId: 237999346
mlir/bindings/python/pybind.cpp