diff options
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" |