Header file ordering

This commit is contained in:
Asanka Herath
2009-09-14 15:15:18 -04:00
committed by Love Hornquist Astrand
parent c0600f525c
commit db6994d1f5
3 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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 };

View File

@@ -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",