summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 56c9f06d..d8f356c8 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -24,9 +24,8 @@
#endif
#endif
-#ifndef RS_SERVER
+#if !defined(RS_SERVER) && !defined(RS_COMPATIBILITY_LIB)
#include "utils/Timers.h"
-#include "utils/StopWatch.h"
#endif
#include <sys/stat.h>