1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Rename config.h --> debug.h and include config.h explicitly.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21277 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-26 18:33:41 +00:00
parent 3f7645a3b1
commit eabe7092f7
7 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,7 @@
***************************************************************************/
#include "config.h"
#include "debug.h"
#include "wine/winbase.h"
#include "wine/windef.h"

View File

@ -1,5 +1,3 @@
#include "../config.h"
#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf

View File

@ -5,6 +5,7 @@
*/
#include "config.h"
#include "debug.h"
#include <stdio.h>
#ifdef HAVE_MALLOC_H

View File

@ -16,6 +16,7 @@
//#define DEBUG_QTX_API
#include "config.h"
#include "debug.h"
#include <assert.h>
#include <errno.h>

View File

@ -39,6 +39,7 @@
* to 4096 byte boundaries on disk.
*/
#include "config.h"
#include "debug.h"
#include <errno.h>
#include <assert.h>

View File

@ -5,6 +5,7 @@
*/
#include "config.h"
#include "debug.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -10,6 +10,7 @@
*
*/
#include "config.h"
#include "debug.h"
#include <assert.h>
#include <stdio.h>