diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-25 17:09:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-25 17:09:47 +0000 |
commit | dfcac630867402b3839cbdf205a9dd6674c3b546 (patch) | |
tree | 7f1afc1bc154dd14e3b01f26db9e79c15a8706da /Build/source/texk/web2c/otps | |
parent | 01b1047166af33b7941ebe233dcfa54684e90898 (diff) |
remove unnecessary #include <kpathsea/c-proto.h>
git-svn-id: svn://tug.org/texlive/trunk@13962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps')
-rw-r--r-- | Build/source/texk/web2c/otps/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/otp2ocp.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/outocp.c | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/otps/routines.c | 1 |
4 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog index f7cfc750a25..44691d2a593 100644 --- a/Build/source/texk/web2c/otps/ChangeLog +++ b/Build/source/texk/web2c/otps/ChangeLog @@ -1,3 +1,8 @@ +2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * otp2ocp.c, outocp.c, routines.c: + removed #include <kpathsea/c-proto.h>. + 2009-06-17 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS): enable compiler warnings. diff --git a/Build/source/texk/web2c/otps/otp2ocp.c b/Build/source/texk/web2c/otps/otp2ocp.c index 4037fc21e9e..1a44fd3e942 100644 --- a/Build/source/texk/web2c/otps/otp2ocp.c +++ b/Build/source/texk/web2c/otps/otp2ocp.c @@ -25,7 +25,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> diff --git a/Build/source/texk/web2c/otps/outocp.c b/Build/source/texk/web2c/otps/outocp.c index 0b8447877b5..be2fe297018 100644 --- a/Build/source/texk/web2c/otps/outocp.c +++ b/Build/source/texk/web2c/otps/outocp.c @@ -24,7 +24,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> diff --git a/Build/source/texk/web2c/otps/routines.c b/Build/source/texk/web2c/otps/routines.c index d22f304ba16..58b47153021 100644 --- a/Build/source/texk/web2c/otps/routines.c +++ b/Build/source/texk/web2c/otps/routines.c @@ -24,7 +24,6 @@ along with Omega; if not, write to the Free Software Foundation, Inc., #include <kpathsea/config.h> #include <kpathsea/types.h> -#include <kpathsea/c-proto.h> #include <kpathsea/c-std.h> #include "routines.h" #include "otp.h" |