Commit Diff


commit - 17c10c65d18de23daf7b7759aa0bc5f745fb84b3
commit + 4913b479eed668b06a90b1c150b71065a6e2ce36
blob - 676cd6ff61373fc0d64c1bcbcbbc1cdacb2a405b
blob + 963419e60ea0dd6f1e0c50729256dc3ed9d47f2e
--- fs.c
+++ fs.c
@@ -19,8 +19,6 @@
  *
  * TODO: add some form of locking on the files
  */
-
-#include "telescope.h"
 
 #include <sys/stat.h>
 
@@ -31,6 +29,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+
+#include "telescope.h"
 
 static void		 die(void) __attribute__((__noreturn__));
 static void		 serve_bookmarks(uint32_t);