summaryrefslogtreecommitdiffhomepage
path: root/csv/export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'csv/export.hpp')
-rw-r--r--csv/export.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/csv/export.hpp b/csv/export.hpp
deleted file mode 100644
index 7d7dbe29..00000000
--- a/csv/export.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-// generates export.hpp for each module from compat/linkage.hpp
-
-#pragma once
-
-#include "compat/linkage-macros.hpp"
-
-#ifdef BUILD_CSV
-# define OTR_CSV_EXPORT OTR_GENERIC_EXPORT
-#else
-# define OTR_CSV_EXPORT OTR_GENERIC_IMPORT
-#endif