summaryrefslogtreecommitdiffstats
path: root/stream/pnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/pnm.c')
-rw-r--r--stream/pnm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/pnm.c b/stream/pnm.c
index 46c22361d9..b1baad70a3 100644
--- a/stream/pnm.c
+++ b/stream/pnm.c
@@ -23,8 +23,6 @@
* based upon code from joschka
*/
-#include "config.h"
-
#include <unistd.h>
#include <stdio.h>
#include <assert.h>
@@ -35,6 +33,10 @@
#include <stdlib.h>
#include <sys/time.h>
#include <inttypes.h>
+
+#include <libavutil/intreadwrite.h>
+
+#include "config.h"
#if !HAVE_WINSOCK2_H
#include <sys/socket.h>
//#include <netinet/in.h>
@@ -43,8 +45,6 @@
#include <winsock2.h>
#endif
-#include "ffmpeg_files/intreadwrite.h"
-
#include "stream.h"
#include "libmpdemux/demuxer.h"
#include "osdep/timer.h"