summaryrefslogtreecommitdiffhomepage
path: root/csv/export.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-18 18:09:35 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-18 18:48:42 +0200
commit44ee54d5a2e8edc6b4aaf47a9c3f8d10c9a69052 (patch)
tree38c86fd5ef1caabe4bedab2ce67ba9549f419cb8 /csv/export.hpp
parent4412c3bcc060b75ae8e77285711d2ad257bd8f9a (diff)
csv: link static
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