diff libpostproc/postprocess.c @ 1067:54aa0bb40e97 libavcodec

avoid #include "../
author michael
date Tue, 11 Feb 2003 21:13:30 +0000
parents 804cc05a3f61
children 8528d0b9e508
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Tue Feb 11 21:12:16 2003 +0000
+++ b/libpostproc/postprocess.c	Tue Feb 11 21:13:30 2003 +0000
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2001-2002 Michael Niedermayer (michaelni@gmx.at)
+    Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at)
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@
 
 //Changelog: use the CVS log
 
-#include "../config.h"
+#include "config.h"
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -80,7 +80,7 @@
 #endif
 #include "postprocess.h"
 #include "postprocess_internal.h"
-#include "../mangle.h"
+#include "mangle.h"
 
 #define MIN(a,b) ((a) > (b) ? (b) : (a))
 #define MAX(a,b) ((a) < (b) ? (b) : (a))