summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common.h b/src/common.h
deleted file mode 100644
index 5b5da04..0000000
--- a/src/common.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef COMMON_H
-#define COMMON_H
-
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <assert.h>
-#include <stdbool.h>
-#include <stdlib.h>
-
-#include "compiler.h"
-#include "macros.h"
-
-#define API
-
-#endif /* COMMON_H */