summaryrefslogtreecommitdiffstats
path: root/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:19:42 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 17:19:42 +0000
commite616fa6104088b53052b25f371bd05700a865cf9 (patch)
tree29c127e1d45245c49d4e0e153fdfcdda332ba1bf /lib/Lex/PTHLexer.cpp
parentb116a7f12d88255c7cb7cd06a7ac339da1773091 (diff)
Include system_error directly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r--lib/Lex/PTHLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp
index 42629d41ab..844d66a8a1 100644
--- a/lib/Lex/PTHLexer.cpp
+++ b/lib/Lex/PTHLexer.cpp
@@ -25,8 +25,8 @@
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/OnDiskHashTable.h"
-#include "llvm/Support/system_error.h"
#include <memory>
+#include <system_error>
using namespace clang;
#define DISK_TOKEN_SIZE (1+1+2+4+4)