Drop #include "config.h" from syslog.h
Should not be in an exported header, obviously. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
		@@ -34,8 +34,6 @@
 | 
				
			|||||||
#ifndef _SYS_SYSLOG_H_ /* From NetBSD, for co-existance with C-library header */
 | 
					#ifndef _SYS_SYSLOG_H_ /* From NetBSD, for co-existance with C-library header */
 | 
				
			||||||
#define _SYS_SYSLOG_H_
 | 
					#define _SYS_SYSLOG_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "config.h"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <features.h>
 | 
					#include <features.h>
 | 
				
			||||||
#include <stdarg.h>
 | 
					#include <stdarg.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user