diff options
-rw-r--r-- | krfb/libvncserver/main.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/krfb/libvncserver/main.cpp b/krfb/libvncserver/main.cpp index 2f9a2488..c12bc4b9 100644 --- a/krfb/libvncserver/main.cpp +++ b/krfb/libvncserver/main.cpp @@ -16,11 +16,6 @@ extern "C" { #include <stdarg.h> #include <errno.h> - #ifndef false - #define false 0 - #define true 1 - #endif - #include <sys/types.h> #ifdef __osf__ typedef int socklen_t; @@ -827,4 +822,4 @@ void ClientOutputHandlerObject::run(void) { TQThread::exit(); } -#include "main.moc"
\ No newline at end of file +#include "main.moc" |