Skip to content

Commit

Permalink
Reorder headers correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Jan 28, 2025
1 parent 8de5eca commit bd87b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/scgi_task.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "rpc/scgi_task.h"
#include "config.h"

#include <cstdio>
Expand All @@ -13,6 +12,7 @@

#include "utils/socket_fd.h"

#include "scgi_task.h"
#include "control.h"
#include "globals.h"
#include "scgi.h"
Expand Down

0 comments on commit bd87b4d

Please sign in to comment.