From 71351160b1b6fd4203f27f9159ae39a476483e1a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:29 +0200 Subject: don't include os_compat.h When there are standardized headers, use these instead of the bloated os_compat.h. --- src/client.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 9fc6b3b76..0d9f2e76a 100644 --- a/src/client.h +++ b/src/client.h @@ -19,9 +19,12 @@ #ifndef INTERFACE_H #define INTERFACE_H -#include "os_compat.h" #include "gcc.h" +#include +#include +#include + struct client; void client_manager_init(void); -- cgit v1.2.3