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.
*/
#include "cdda.h"
#include "cddb.h"
#include "Lock.h"
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <FindDirectory.h>
#include <fs_info.h>
@@ -19,12 +22,9 @@
#include <util/kernel_cpp.h>
#include <util/DoublyLinkedList.h>
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include "cdda.h"
#include "cddb.h"
#include "Lock.h"
//#define TRACE_CDDA