We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b522f0 commit c704ef4Copy full SHA for c704ef4
src/primitives/Vector.cpp
@@ -2,7 +2,7 @@
2
3
#include <cstdint>
4
5
-#include "../misc/defs.h"
+#include "../misc/defs.h" // NOLINT(misc-include-cleaner)
6
#include "../vm/Universe.h"
7
#include "../vmobjects/ObjectFormats.h"
8
#include "../vmobjects/VMFrame.h"
src/unitTests/HashingTest.cpp
@@ -1,7 +1,6 @@
1
#include "HashingTest.h"
#include <cppunit/TestAssert.h>
-#include <cstddef>
#include <cstring>
0 commit comments