From 2358b2e11408378d02996b2900f4e583c16724f1 Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 30 Jan 2006 18:07:01 +0000 Subject: [PATCH] Removed redundant include. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@123 546481bc-9713-0410-bf18-d3337bbf4a3e --- includes/string.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/string.h b/includes/string.h index a3a154d..c8ac5c6 100644 --- a/includes/string.h +++ b/includes/string.h @@ -11,11 +11,6 @@ #ifndef _PDCLIB_STRING_H #define _PDCLIB_STRING_H _PDCLIB_STRING_H -#ifndef _PDCLIB_AUX_H -#define _PDCLIB_AUX_H _PDCLIB_AUX_H -#include <_PDCLIB_aux.h> -#endif - #ifndef _PDCLIB_INT_H #define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -- 2.39.5