diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-09-04 06:02:23 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-09-04 06:02:23 +0000 |
commit | bfe58977ba6c6386d020a1355561e1102d907884 (patch) | |
tree | ce5a07f7cd3f83c73bd4d34f877a4c26c3a95d1b /urt | |
parent | d21a96c45cbc0d412515326e652f3c8681ef56fd (diff) | |
download | netpbm-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')
-rw-r--r-- | urt/rle_addhist.c | 2 | ||||
-rw-r--r-- | urt/rle_getrow.c | 4 | ||||
-rw-r--r-- | urt/rle_open_f.c | 4 | ||||
-rw-r--r-- | urt/rle_putcom.c | 4 | ||||
-rw-r--r-- | urt/scanargs.c | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/urt/rle_addhist.c b/urt/rle_addhist.c index 04e26206..0df9642d 100644 --- a/urt/rle_addhist.c +++ b/urt/rle_addhist.c @@ -37,7 +37,7 @@ #include <sys/time.h> #endif -#include "mallocvar.h" +#include "netpbm/mallocvar.h" /***************************************************************** * TAG( rle_addhist ) 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" diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c index 07dbea01..7234afe9 100644 --- a/urt/rle_open_f.c +++ b/urt/rle_open_f.c @@ -15,8 +15,8 @@ #include <unistd.h> #include <fcntl.h> -#include "pm_c_util.h" -#include "nstring.h" +#include "netpbm/pm_c_util.h" +#include "netpbm/nstring.h" #include "rle.h" diff --git a/urt/rle_putcom.c b/urt/rle_putcom.c index b1215661..ab2eb208 100644 --- a/urt/rle_putcom.c +++ b/urt/rle_putcom.c @@ -27,8 +27,8 @@ #include <stdio.h> -#include "mallocvar.h" -#include "pm.h" +#include "netpbm/mallocvar.h" +#include "netpbm/pm.h" #include "rle.h" /***************************************************************** diff --git a/urt/scanargs.c b/urt/scanargs.c index b91f3e37..e1f15047 100644 --- a/urt/scanargs.c +++ b/urt/scanargs.c @@ -49,8 +49,8 @@ #include <stdarg.h> #endif -#include "pm_c_util.h" -#include "nstring.h" +#include "netpbm/pm_c_util.h" +#include "netpbm/nstring.h" /* * An explicit assumption is made in this code that all pointers look |