about summary refs log tree commit diff stats
path: root/fstypes.c
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-10 12:57:55 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-10 12:57:55 +0200
commitd8db100f9b1913dd0e204f7561bc89f1f46fcefc (patch)
treefea7ded38204176e886119752f219dc720871664 /fstypes.c
parentc902e91474706eea7a6f28910b777a3387168baa (diff)
downloadmkgpt-d8db100f9b1913dd0e204f7561bc89f1f46fcefc.tar.gz
Removed bad asserts, removed overly complex random, lots of other fixes.
Diffstat (limited to 'fstypes.c')
-rw-r--r--fstypes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fstypes.c b/fstypes.c
index 094db3e..383f8c5 100644
--- a/fstypes.c
+++ b/fstypes.c
@@ -19,14 +19,12 @@
  * THE SOFTWARE.
  */
 
-#include "guid.h"
+#include "fstypes.h"
 #include <stddef.h>
 
 GUID fstypes[512];
 char *fsnames[512];
 
-#include "fstypes.h"
-
 void
 init_fstypes()
 {