Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
index b1bea389bb1e213548178ff4d00947e91fd1cd0e..ac1dd43c3ae44f62b49e70c9e6f52d01070fccc4 100644 (file)
@@ -13,8 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/InitializePasses.h"
-#include "llvm/PassRegistry.h"
 #include "llvm-c/Initialization.h"
+#include "llvm/PassRegistry.h"
 
 using namespace llvm;