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. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <config.h> #include <config.h>
#include "roken.h"
#ifdef TEST_STRPFTIME #ifdef TEST_STRPFTIME
#include "strpftime-test.h" #include "strpftime-test.h"
#endif #endif
#include "roken.h"
static const char *abb_weekdays[] = { static const char *abb_weekdays[] = {
"Sun", "Sun",

View File

@@ -31,10 +31,10 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <config.h> #include <config.h>
#include <roken.h>
#ifdef TEST_STRPFTIME #ifdef TEST_STRPFTIME
#include "strpftime-test.h" #include "strpftime-test.h"
#endif #endif
#include "roken.h"
enum { MAXSIZE = 26 }; enum { MAXSIZE = 26 };

View File

@@ -31,11 +31,11 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
#include <config.h> #include <config.h>
#include "roken.h"
#ifdef TEST_STRPFTIME #ifdef TEST_STRPFTIME
#include "strpftime-test.h" #include "strpftime-test.h"
#endif #endif
#include <ctype.h> #include <ctype.h>
#include "roken.h"
static const char *abb_weekdays[] = { static const char *abb_weekdays[] = {
"Sun", "Sun",