summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-24 16:24:54 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-24 16:24:54 +0000
commit2d34bca4a13bc43eeda54535630e37703806d53f (patch)
tree02e8f3fb55e552a6b0ee597d2acab0c70c08de55 /src/pulse/context.c
parent031289006b1b80b5829d87956a7c3b9912b42529 (diff)
rearrange #includes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2081 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/context.c')
-rw-r--r--src/pulse/context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c
index bc960e21..7243a29d 100644
--- a/src/pulse/context.c
+++ b/src/pulse/context.c
@@ -50,12 +50,12 @@
#include <netdb.h>
#endif
-#include "../pulsecore/winsock.h"
-
-#include <pulsecore/core-error.h>
#include <pulse/version.h>
#include <pulse/xmalloc.h>
+#include <pulsecore/winsock.h>
+#include <pulsecore/core-error.h>
+
#include <pulsecore/native-common.h>
#include <pulsecore/pdispatch.h>
#include <pulsecore/pstream.h>