summaryrefslogtreecommitdiff
path: root/src/h-basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h-basic.h')
-rw-r--r--src/h-basic.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/h-basic.h b/src/h-basic.h
deleted file mode 100644
index a65780a5..00000000
--- a/src/h-basic.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * The most basic "include" file.
- *
- * This file simply includes other low level header files.
- */
-
-/* System Configuration */
-#include "h-config.h"
-
-/* System includes/externs */
-#include "h-system.h"
-
-/* Basic types */
-#include "h-type.h"
-
-/* Basic constants and macros */
-#include "h-define.h"
-
-#ifdef __cplusplus
-} // extern "C"
-#endif