Do not include config.h in heimbase.h (fix #447)
We can't include config.h in public headers, as config.h is not public.
This reverts part of commit a8f0905b71.
			
			
This commit is contained in:
		| @@ -36,8 +36,6 @@ | ||||
| #ifndef HEIM_BASE_H | ||||
| #define HEIM_BASE_H 1 | ||||
|  | ||||
| #include "config.h" | ||||
|  | ||||
| #include <sys/types.h> | ||||
| #ifndef _WIN32 | ||||
| #include <sys/socket.h> | ||||
| @@ -537,7 +535,6 @@ void *heim_w32_getspecific(unsigned long); | ||||
| void heim_w32_service_thread_detach(void *); | ||||
|  | ||||
| #include <heim_threads.h> | ||||
| #include "heimbase-atomics.h" | ||||
| #include <com_err.h> | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Williams
					Nicolas Williams