summaryrefslogtreecommitdiffstats
path: root/include/llvm/TableGen/StringMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/TableGen/StringMatcher.h')
-rw-r--r--include/llvm/TableGen/StringMatcher.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/TableGen/StringMatcher.h b/include/llvm/TableGen/StringMatcher.h
index 1dadc76..99cbcad 100644
--- a/include/llvm/TableGen/StringMatcher.h
+++ b/include/llvm/TableGen/StringMatcher.h
@@ -11,13 +11,13 @@
//
//===----------------------------------------------------------------------===//
-#ifndef STRINGMATCHER_H
-#define STRINGMATCHER_H
+#ifndef LLVM_TABLEGEN_STRINGMATCHER_H
+#define LLVM_TABLEGEN_STRINGMATCHER_H
-#include <vector>
+#include "llvm/ADT/StringRef.h"
#include <string>
#include <utility>
-#include "llvm/ADT/StringRef.h"
+#include <vector>
namespace llvm {
class raw_ostream;
OpenPOWER on IntegriCloud