Group #includes better
authorChris Lattner <sabre@nondot.org>
Mon, 23 Sep 2002 17:45:52 +0000 (17:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Sep 2002 17:45:52 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3887 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 2e0740b09a7a8efab2945e06b34ffe2e4749d3b6..f8eceb7ec05aac2f43a6fcae08acd175107ede89 100644 (file)
 #ifndef LLVM_VALUE_H
 #define LLVM_VALUE_H
 
-#include <vector>
 #include "llvm/Annotation.h"
 #include "llvm/AbstractTypeUser.h"
 #include "Support/Casting.h"
 #include <iostream>
+#include <vector>
 
 class User;
 class Type;