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. */
|
* 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",
|
||||||
|
@@ -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 };
|
||||||
|
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user