diff options
author | dscho <dscho> | 2003-02-21 08:27:29 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-21 08:27:29 +0000 |
commit | d75c85d737640cd8557593d7d19d56ab7f85d508 (patch) | |
tree | d3dc9da06369a2cb54298972cde117543a7f1f27 | |
parent | 069808dbcac3dc8e6cc97e0d421563fd3e000bd2 (diff) | |
download | libtdevnc-d75c85d737640cd8557593d7d19d56ab7f85d508.tar.gz libtdevnc-d75c85d737640cd8557593d7d19d56ab7f85d508.zip |
#include <rfb/rfbregion.h> instead of #include "rfbregion.h"
-rw-r--r-- | rfb/rfb.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,16 +35,16 @@ extern "C" #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "rfbconfig.h" +#include <rfb/rfbconfig.h> #undef VERSION -#include "rfbint.h" -#include "keysym.h" +#include <rfb/rfbint.h> +#include <rfb/keysym.h> #ifdef HAVE_LIBZ #include <zlib.h> #endif -#include "rfbproto.h" +#include <rfb/rfbproto.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> |