Canonicalize header guards into a common format.
[oota-llvm.git] / tools / lli / RPCChannel.h
index 2d8c7081284743ae532841358b56d7488e670062..ebd3c65640bc35e8a2ee1d17fac80fbf64547a6a 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLI_RPCCHANNEL_H
-#define LLI_RPCCHANNEL_H
+#ifndef LLVM_TOOLS_LLI_RPCCHANNEL_H
+#define LLVM_TOOLS_LLI_RPCCHANNEL_H
 
 #include <stdlib.h>
 #include <string>
@@ -46,4 +46,4 @@ public:
 
 } // end namespace llvm
 
-#endif // LLI_RPCCHANNEL_H
+#endif