aboutsummaryrefslogtreecommitdiffstats
path: root/src/QtUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QtUtils.cpp')
-rw-r--r--src/QtUtils.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/QtUtils.cpp b/src/QtUtils.cpp
index 9551b97e..cd22e1bc 100644
--- a/src/QtUtils.cpp
+++ b/src/QtUtils.cpp
@@ -25,10 +25,11 @@
#include "TypeUtils.h"
#include "StmtBodyRange.h"
#include "StringUtils.h"
-#include "clang/AST/ExprCXX.h"
-#include "clang/Basic/LLVM.h"
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/Support/raw_ostream.h"
+
+#include <clang/AST/ExprCXX.h>
+#include <clang/Basic/LLVM.h>
+#include <llvm/ADT/ArrayRef.h>
+#include <llvm/Support/raw_ostream.h>
using namespace std;
using namespace clang;