summaryrefslogtreecommitdiffstats
path: root/include/tubes/tubesdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tubes/tubesdllapi.h')
-rw-r--r--include/tubes/tubesdllapi.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/tubes/tubesdllapi.h b/include/tubes/tubesdllapi.h
deleted file mode 100644
index 1e9312740d78..000000000000
--- a/include/tubes/tubesdllapi.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#ifndef INCLUDED_TUBES_TUBESDLLAPI_H
-#define INCLUDED_TUBES_TUBESDLLAPI_H
-
-#include "sal/types.h"
-
-#if defined(TUBES_DLLIMPLEMENTATION)
-#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
-#else
-#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
-#endif
-
-#endif // INCLUDED_TUBES_TUBESDLLAPI_H
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */