summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2021-01-27 22:06:49 +0100
committerJoel Klinghed <the_jk@spawned.biz>2021-01-27 22:06:49 +0100
commit06950aab233de6a2f47293d59575bb42f6131660 (patch)
tree62f6eed4a6d35414f656d22b9ac7420849018a11 /src/common.h
parent1ef9c463f1efc1adfb62e42ab3dd17e8c6394373 (diff)
Complete rewrite using C++ and with shared state support
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 */