summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGSourceMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/TGSourceMgr.h')
-rw-r--r--llvm/utils/TableGen/TGSourceMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/TGSourceMgr.h b/llvm/utils/TableGen/TGSourceMgr.h
index 6b2dc101ddb..69fb74ca20c 100644
--- a/llvm/utils/TableGen/TGSourceMgr.h
+++ b/llvm/utils/TableGen/TGSourceMgr.h
@@ -14,9 +14,9 @@
#ifndef TGSOURCEMGR_H
#define TGSOURCEMGR_H
-#include <cassert>
-#include <vector>
#include <string>
+#include <vector>
+#include <cassert>
namespace llvm {
class MemoryBuffer;
OpenPOWER on IntegriCloud