Kill #ifdef HAVE_CONFIG_H

There no longer is an Xcode project for which it is needed.
This commit is contained in:
Jonathan Schleifer 2018-11-05 23:30:18 +01:00
parent b3244f0d9d
commit d76fc4129d
No known key found for this signature in database
GPG key ID: D83A76BFE376345E
20 changed files with 20 additions and 53 deletions

View file

@ -21,9 +21,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#include <string.h>
#include <assert.h>