Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / unittests / Support / SwapByteOrderTest.cpp
index ce8704c3ab7a6ab6f9e9e74ea75e483449ab86ae..c2a0c2793889aa9c62d18823b0bb6795f8a53790 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "gtest/gtest.h"
-#include "llvm/System/SwapByteOrder.h"
+#include "llvm/Support/SwapByteOrder.h"
 #include <cstdlib>
 #include <ctime>
 using namespace llvm;