Skip to content

Commit

Permalink
cdda: Fixed include order.
Browse files Browse the repository at this point in the history
  • Loading branch information
axeld committed Oct 13, 2013
1 parent bab0501 commit 9499ef8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/add-ons/kernel/file_systems/cdda/kernel_interface.cpp
@@ -1,12 +1,15 @@
/*
* Copyright 2007-2011, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2007-2013, Axel Dörfler, axeld@pinc-software.de.
* 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>
Expand All @@ -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
Expand Down

0 comments on commit 9499ef8

Please sign in to comment.