cdda: Fixed include order.

This commit is contained in:
Axel Dörfler
2013-10-14 00:47:34 +02:00
parent bab0501f32
commit 9499ef8e51
@@ -1,12 +1,15 @@
/* /*
* Copyright 2007-2011, Axel Dörfler, [email protected]. * Copyright 2007-2013, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#include "cdda.h" #include <dirent.h>
#include "cddb.h" #include <errno.h>
#include "Lock.h" #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <FindDirectory.h> #include <FindDirectory.h>
#include <fs_info.h> #include <fs_info.h>
@@ -19,12 +22,9 @@
#include <util/kernel_cpp.h> #include <util/kernel_cpp.h>
#include <util/DoublyLinkedList.h> #include <util/DoublyLinkedList.h>
#include <dirent.h> #include "cdda.h"
#include <errno.h> #include "cddb.h"
#include <stdio.h> #include "Lock.h"
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
//#define TRACE_CDDA //#define TRACE_CDDA