about summary refs log tree commit diff
path: root/urt/rle_getrow.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-04 06:02:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-04 06:02:23 +0000
commitbfe58977ba6c6386d020a1355561e1102d907884 (patch)
treece5a07f7cd3f83c73bd4d34f877a4c26c3a95d1b /urt/rle_getrow.c
parentd21a96c45cbc0d412515326e652f3c8681ef56fd (diff)
downloadnetpbm-mirror-bfe58977ba6c6386d020a1355561e1102d907884.tar.gz
netpbm-mirror-bfe58977ba6c6386d020a1355561e1102d907884.tar.xz
netpbm-mirror-bfe58977ba6c6386d020a1355561e1102d907884.zip
improve handling of importinc/netpbm/xxx.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@980 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt/rle_getrow.c')
-rw-r--r--urt/rle_getrow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/urt/rle_getrow.c b/urt/rle_getrow.c
index fadf5441..bd7d1c8e 100644
--- a/urt/rle_getrow.c
+++ b/urt/rle_getrow.c
@@ -33,8 +33,8 @@
 #include <string.h>
 #include <stdio.h>
 
-#include "pm.h"
-#include "mallocvar.h"
+#include "netpbm/pm.h"
+#include "netpbm/mallocvar.h"
 
 #include "rle.h"
 #include "rle_code.h"