From fed8fdd8d3e229f8910d82d90e2cd249947b58e2 Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 30 Jan 2006 18:07:01 +0000 Subject: [PATCH] Removed redundant include. --- 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.40.0