Drop useless ifdefs

The parameter it checks is always defined these days
This commit is contained in:
Geert Janssens
2020-01-17 18:25:43 +01:00
parent d8a304c2c9
commit 073e47801d
6 changed files with 1 additions and 16 deletions

View File

@@ -36,12 +36,10 @@ extern "C"
#include <time.h>
#include <errno.h>
#ifdef PROJECT_VERSION_MAJOR
#ifndef HAVE_STRPTIME
#include "strptime.h"
#endif
#include <gnc-date.h>
#endif
}
#include "sixtp.h"