From 8755ec49ab3842f90215e887e724025ef00bbbe8 Mon Sep 17 00:00:00 2001 From: thor Date: Wed, 5 Nov 2008 01:23:05 +0000 Subject: [PATCH] include style git-svn-id: svn://scm.orgis.org/mpg123/trunk@1684 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/examples/mpglib.c | 2 +- doc/examples/scan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/mpglib.c b/doc/examples/mpglib.c index fe799bb6..d9e6ef83 100644 --- a/doc/examples/mpglib.c +++ b/doc/examples/mpglib.c @@ -6,7 +6,7 @@ initially written by Thomas Orgis */ -#include "mpg123.h" +#include #include #include diff --git a/doc/examples/scan.c b/doc/examples/scan.c index 0f0cdb47..2352de0c 100644 --- a/doc/examples/scan.c +++ b/doc/examples/scan.c @@ -10,7 +10,7 @@ While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc. You just jet invalid results on invalid operations... */ -#include "mpg123.h" +#include #include int main(int argc, char **argv)