From 06950aab233de6a2f47293d59575bb42f6131660 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 27 Jan 2021 22:06:49 +0100 Subject: Complete rewrite using C++ and with shared state support --- src/common.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/common.h (limited to 'src/common.h') 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 -#include -#include - -#include "compiler.h" -#include "macros.h" - -#define API - -#endif /* COMMON_H */ -- cgit v1.2.3-70-g09d2