mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Drop useless ifdefs
The parameter it checks is always defined these days
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user