Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit d220618

Browse files
committed
[Gardening] Move include to top of file
1 parent 41a8e7b commit d220618

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ClientInjector/src/ClientInjector.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55

6+
#include <unistd.h>
67
#include <ClientInjector.h>
78
#include <argparse/argparse.h>
89

@@ -14,8 +15,6 @@ MacOSInjector injectorPlatform;
1415
WindowsInjector injectorPlatform;
1516
#endif
1617

17-
#include <unistd.h>
18-
1918
/**
2019
* The main function. Takes two different arguments on macOS and windows.
2120
* Will always attempt to inject the ClientLoader as there's no need to

0 commit comments

Comments
 (0)