Mark MDNode::getOperand as readonly.
[oota-llvm.git] / unittests / ADT / SmallStringTest.cpp
index 660ac44a8bca72bc25243e95e7bd0659d25b1091..9398e99c91193a8199dde8bb08d00dcebec3e908 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "gtest/gtest.h"
 #include "llvm/ADT/SmallString.h"
-#include <stdarg.h>
+#include "gtest/gtest.h"
 #include <climits>
 #include <cstring>
+#include <stdarg.h>
 
 using namespace llvm;