diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 21:04:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 23:01:15 +0900 |
commit | 0d17cf8c35df2000fcf3d912171b1d87d775811a (patch) | |
tree | a17eadb8abc6a97ac4e161dbdab79b5cc3c3e8cc | |
parent | 921e2d151b5043c231a6dfe7a98280469cca4908 (diff) | |
download | libkdcraw-0d17cf8c35df2000fcf3d912171b1d87d775811a.tar.gz libkdcraw-0d17cf8c35df2000fcf3d912171b1d87d775811a.zip |
Remove unnecessary define and make sure to include tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8ba2b2e7076509ce7ad279cbda1b40a866c7d0fd)
-rw-r--r-- | libkdcraw/libkdcraw/libkdcraw_export.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libkdcraw/libkdcraw/libkdcraw_export.h b/libkdcraw/libkdcraw/libkdcraw_export.h index 775da39..890791c 100644 --- a/libkdcraw/libkdcraw/libkdcraw_export.h +++ b/libkdcraw/libkdcraw/libkdcraw_export.h @@ -23,9 +23,7 @@ #ifndef _LIBKDCRAW_EXPORT_H #define _LIBKDCRAW_EXPORT_H -#ifdef KDEMACROS_USABLE #include <tdemacros.h> -#endif #ifdef TDE_EXPORT # define LIBKDCRAW_NO_EXPORT TDE_NO_EXPORT |