Skip to content

Commit

Permalink
Change include order to allow clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
David T. Lewis authored and eliotmiranda committed Mar 25, 2023
1 parent cc5cd93 commit cce6ea7
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -25,12 +25,6 @@
* SOFTWARE.
*/

#include<string.h>
#include<stdio.h>
#include<stdlib.h>
#include<X11/Xlib.h>
#include<X11/Xatom.h>

#ifdef CLIPBOARD_TEST
#include<stdio.h>
typedef int sqInt;
Expand All @@ -39,6 +33,12 @@
extern struct VirtualMachine* interpreterProxy;
#endif /* ifdef CLIPBOARD_TEST */

#include<string.h>
#include<stdio.h>
#include<stdlib.h>
#include<X11/Xlib.h>
#include<X11/Xatom.h>

extern Display * stDisplay;

char ** clipboardGetTypeNames();
Expand Down

0 comments on commit cce6ea7

Please sign in to comment.