Regularize the names of #include-guards.
[oota-llvm.git] / include / Support / ilist
index 1d868f8a4a4218f0fafbac703dbb87e9216f2842..ce906ba559cbfd8d7c67bbb3dab3d5f76231b81b 100644 (file)
@@ -28,8 +28,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef INCLUDED_SUPPORT_ILIST
-#define INCLUDED_SUPPORT_ILIST
+#ifndef SUPPORT_ILIST
+#define SUPPORT_ILIST
 
 #include <assert.h>
 #include <algorithm>