about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-04 20:59:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-04-04 20:59:01 +0000
commite7537327685c49c724dd8f7e57cfe52ad10c15e8 (patch)
treeabf4f125b939d06d2e369eb2ca09191baa492e7c /other
parentb0528cd8ea2a8527c4bbae5176c8f69fd0104769 (diff)
downloadnetpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.tar.gz
netpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.tar.xz
netpbm-mirror-e7537327685c49c724dd8f7e57cfe52ad10c15e8.zip
Remove pm_c_util.h from sshopt.h
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@871 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pambayer.c1
-rw-r--r--other/pamchannel.c1
-rw-r--r--other/pamfixtrunc.c1
-rw-r--r--other/pamlookup.c1
-rw-r--r--other/pampick.c1
-rw-r--r--other/pamsplit.c2
-rw-r--r--other/pamstack.c1
-rw-r--r--other/pamsummcol.c1
-rw-r--r--other/pamx/pamx.c1
-rw-r--r--other/ppmsvgalib.c2
10 files changed, 12 insertions, 0 deletions
diff --git a/other/pambayer.c b/other/pambayer.c
index aa4beef1..b4eaae75 100644
--- a/other/pambayer.c
+++ b/other/pambayer.c
@@ -25,6 +25,7 @@
 #include <unistd.h>
 #include <stdio.h>
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "mallocvar.h"
diff --git a/other/pamchannel.c b/other/pamchannel.c
index ac7bae65..64ab728b 100644
--- a/other/pamchannel.c
+++ b/other/pamchannel.c
@@ -13,6 +13,7 @@
 
 #include <string.h>
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "mallocvar.h"
diff --git a/other/pamfixtrunc.c b/other/pamfixtrunc.c
index 7bf2435e..6d71406f 100644
--- a/other/pamfixtrunc.c
+++ b/other/pamfixtrunc.c
@@ -11,6 +11,7 @@
 
 #include <setjmp.h>
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "mallocvar.h"
diff --git a/other/pamlookup.c b/other/pamlookup.c
index 2651d596..3b7a7f59 100644
--- a/other/pamlookup.c
+++ b/other/pamlookup.c
@@ -13,6 +13,7 @@
 
 ============================================================================*/
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "pm_system.h"
diff --git a/other/pampick.c b/other/pampick.c
index 7c2d4385..c6b66fe1 100644
--- a/other/pampick.c
+++ b/other/pampick.c
@@ -12,6 +12,7 @@
 #include <string.h>
 #include <stdio.h>
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "nstring.h"
diff --git a/other/pamsplit.c b/other/pamsplit.c
index b9ff6247..a03353d7 100644
--- a/other/pamsplit.c
+++ b/other/pamsplit.c
@@ -14,6 +14,8 @@
 
 #include <string.h>
 #include <stdio.h>
+
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "nstring.h"
diff --git a/other/pamstack.c b/other/pamstack.c
index d9691f74..d826cf1f 100644
--- a/other/pamstack.c
+++ b/other/pamstack.c
@@ -14,6 +14,7 @@
 
 #include <string.h>
 
+#include "pm_c_util.h"
 #include "mallocvar.h"
 #include "nstring.h"
 #include "shhopt.h"
diff --git a/other/pamsummcol.c b/other/pamsummcol.c
index c2c3e46b..c31a9940 100644
--- a/other/pamsummcol.c
+++ b/other/pamsummcol.c
@@ -10,6 +10,7 @@
 
 ******************************************************************************/
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "mallocvar.h"
diff --git a/other/pamx/pamx.c b/other/pamx/pamx.c
index de390098..130cc64c 100644
--- a/other/pamx/pamx.c
+++ b/other/pamx/pamx.c
@@ -9,6 +9,7 @@
 #include <errno.h>
 #include <string.h>
 
+#include "pm_c_util.h"
 #include "pam.h"
 #include "shhopt.h"
 #include "mallocvar.h"
diff --git a/other/ppmsvgalib.c b/other/ppmsvgalib.c
index f607d047..5bcabdc1 100644
--- a/other/ppmsvgalib.c
+++ b/other/ppmsvgalib.c
@@ -16,6 +16,8 @@
 #include <errno.h>
 #include <signal.h>
 #include <unistd.h>
+
+#include "pm_c_util.h"
 #include "ppm.h"
 #include "shhopt.h"