From 03b4faf6d71f52568a0e5b61552b6c0d44b71b62 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 6 May 2014 19:10:22 +0200 Subject: remove gib_utils, the same functionality is provided by utils already --- src/utils.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index cd00a33..c0d243b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -26,6 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef UTILS_H #define UTILS_H +#include +#include +#include +#include +#include +#include + #ifndef __GNUC__ # define __attribute__(x) #endif -- cgit v1.2.3