summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-16 23:48:41 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-16 23:48:41 +0000
commit2e0dcc4ff0cbe23d6ac5033f754692f9b4cff36f (patch)
treecf84e09c63ee9218031ad154297a5b0bc8cc099b
parent5ccf4145bcf1760d30962c32f0f4749047c6cae8 (diff)
include header files in simple.h with <> instead of ""
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@497 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/polyp/simple.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polyp/simple.h b/src/polyp/simple.h
index 270cbb24..afb25c8e 100644
--- a/src/polyp/simple.h
+++ b/src/polyp/simple.h
@@ -24,8 +24,8 @@
#include <sys/types.h>
-#include "sample.h"
-#include "def.h"
+#include <polyp/sample.h>
+#include <polyp/def.h>
#include <polyp/cdecl.h>
/** \file