diff options
-rw-r--r-- | backends/platform/PalmOS/Src/palmversion.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/backends/platform/PalmOS/Src/palmversion.h b/backends/platform/PalmOS/Src/palmversion.h deleted file mode 100644 index d4362ddd61..0000000000 --- a/backends/platform/PalmOS/Src/palmversion.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef PALMVERSION_H -#define PALMVERSION_H - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(COMPILE_ZODIAC) -# include <tapwave.h> -#else -# include <PalmOS.h> -# include <VFSMgr.h> -#endif - -#ifdef __cplusplus -} -#endif - -#endif |