shorten include list of utils a little

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@495 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 23:12:10 +00:00
parent 19b5b71feb
commit b4cb249d70
5 changed files with 4 additions and 11 deletions

View file

@ -35,8 +35,8 @@
#include <polypcore/log.h>
#include <polypcore/authkey.h>
#include <polypcore/native-common.h>
#include <polyp/client-conf.h>
#include <polypcore/x11prop.h>
#include <polyp/client-conf.h>
int main(int argc, char *argv[]) {
const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_COOKIE_FILE;