Skip to content

Commit d74be20

Browse files
authored
Remove odd character at beginning of file (triton-lang#2879)
There seems to be a hidden character (<EF><BB><BF>) at the beginning of the file which is interfering with my building on another system.
1 parent 4f7d2af commit d74be20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/src/interpreter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <pybind11/numpy.h>
1+
#include <pybind11/numpy.h>
22
#include <pybind11/pybind11.h>
33

44
namespace py = pybind11;

python/src/passes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "mlir/Transforms/Passes.h"
1+
#include "mlir/Transforms/Passes.h"
22
#include "mlir/Conversion/Passes.h"
33
#include "mlir/Pass/Pass.h"
44
#include "mlir/Pass/PassManager.h"

0 commit comments

Comments
 (0)