You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/fix_includes.py b/fix_includes.py
index 2b95d0e..5b98cb9 100755
--- a/fix_includes.py
+++ b/fix_includes.py
@@ -1538,10 +1538,10 @@ def _GetNamespaceLevelReorderSpans(file_lines):
# These are potential 'kind' arguments to _FirstReorderSpanWith.
# We also sort our output in this order, to the extent possible.
_MAIN_CU_INCLUDE_KIND = 1 # e.g. #include "foo.h" when editing foo.cc
-_C_SYSTEM_INCLUDE_KIND = 2 # e.g. #include <stdio.h>
-_CXX_SYSTEM_INCLUDE_KIND = 3 # e.g. #include <vector>
-_NONSYSTEM_INCLUDE_KIND = 4 # e.g. #include "bar.h"
-_PROJECT_INCLUDE_KIND = 5 # e.g. #include "myproject/quux.h"
+_C_SYSTEM_INCLUDE_KIND = 4 # e.g. #include <stdio.h>
+_CXX_SYSTEM_INCLUDE_KIND = 5 # e.g. #include <vector>
+_NONSYSTEM_INCLUDE_KIND = 2 # e.g. #include "bar.h"
+_PROJECT_INCLUDE_KIND = 3 # e.g. #include "myproject/quux.h"
_FORWARD_DECLARE_KIND = 6 # e.g. class Baz;
_EOF_KIND = 7 # used at eof
dnf
diff
bwd
The text was updated successfully, but these errors were encountered: