Header file ordering
This commit is contained in:

committed by
Love Hornquist Astrand

parent
c0600f525c
commit
db6994d1f5
@@ -31,10 +31,10 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
#include <config.h>
|
||||
#include "roken.h"
|
||||
#ifdef TEST_STRPFTIME
|
||||
#include "strpftime-test.h"
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
static const char *abb_weekdays[] = {
|
||||
"Sun",
|
||||
|
@@ -31,10 +31,10 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
#include <config.h>
|
||||
#include <roken.h>
|
||||
#ifdef TEST_STRPFTIME
|
||||
#include "strpftime-test.h"
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
enum { MAXSIZE = 26 };
|
||||
|
||||
|
@@ -31,11 +31,11 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
#include <config.h>
|
||||
#include "roken.h"
|
||||
#ifdef TEST_STRPFTIME
|
||||
#include "strpftime-test.h"
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
#include "roken.h"
|
||||
|
||||
static const char *abb_weekdays[] = {
|
||||
"Sun",
|
||||
|
Reference in New Issue
Block a user