aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/virtual-call-ctor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/virtual-call-ctor.h')
-rw-r--r--src/checks/level2/virtual-call-ctor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/level2/virtual-call-ctor.h b/src/checks/level2/virtual-call-ctor.h
index 0e2a746a..27324216 100644
--- a/src/checks/level2/virtual-call-ctor.h
+++ b/src/checks/level2/virtual-call-ctor.h
@@ -25,11 +25,11 @@
#ifndef VIRTUALCALLSFROMCTOR_H
#define VIRTUALCALLSFROMCTOR_H
+#include "checkbase.h"
+
#include <vector>
#include <string>
-#include "checkbase.h"
-
class ClazyContext;
namespace clang {