We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4076933 commit 719f066Copy full SHA for 719f066
2 files changed
lib/settings.cpp
@@ -24,10 +24,6 @@
24
#include "suppressions.h"
25
#include "vfvalue.h"
26
27
-#ifdef HAVE_RULES
28
-#include "rule.h"
29
-#endif
30
-
31
#include <cctype>
32
#include <cstdlib>
33
#include <cstring>
lib/settings.h
@@ -28,6 +28,10 @@
#include "standards.h"
#include "checkers.h"
+#ifdef HAVE_RULES
+#include "rule.h"
+#endif
34
+
35
#include <algorithm>
36
#include <atomic>
37
#include <cstdint>
0 commit comments