Skip to content

Commit

Permalink
Sort includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jun 1, 2024
1 parent 32f87ce commit 2e62c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
#undef min // fucking windows headers, man
#undef max
#elif IS_LINUX
#include <charconv>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include <charconv>
#elif IS_APPLE
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/types.h>
#include <unistd.h>
#endif

Expand Down

0 comments on commit 2e62c8d

Please sign in to comment.