diff options
Diffstat (limited to 'zrleencodetemplate.c')
-rw-r--r-- | zrleencodetemplate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zrleencodetemplate.c b/zrleencodetemplate.c index f3147c1..a1772ae 100644 --- a/zrleencodetemplate.c +++ b/zrleencodetemplate.c @@ -31,8 +31,8 @@ * algorithm writes to the position one past the end of the pixel data. */ -#include <zrleoutstream.h> -#include <zrlepalettehelper.h> +#include "zrleoutstream.h" +#include "zrlepalettehelper.h" #include <assert.h> /* __RFB_CONCAT2 concatenates its two arguments. __RFB_CONCAT2E does the same |