summaryrefslogtreecommitdiff
path: root/iseeking_example.c
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2010-10-13 23:17:20 +0000
committerTim Terriberry <tterribe@xiph.org>2010-10-13 23:17:20 +0000
commit055a48d42a5779c15345713c09d3631d39698515 (patch)
tree2119e06ede0c01edf1db30cb96ae19032862e52f /iseeking_example.c
parent88015f25dc5c29bf2819bfd8f7d2b46ec20dc204 (diff)
downloadtremor-055a48d42a5779c15345713c09d3631d39698515.tar.gz
Back out r17515.
This accidentally contained far more than I meant to commit. git-svn-id: https://svn.xiph.org/trunk/Tremor@17516 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'iseeking_example.c')
-rw-r--r--iseeking_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iseeking_example.c b/iseeking_example.c
index 533d7bd..aaf0d39 100644
--- a/iseeking_example.c
+++ b/iseeking_example.c
@@ -18,8 +18,8 @@
#include <stdlib.h>
#include <stdio.h>
-#include "ivorbiscodec.h"
-#include "ivorbisfile.h"
+#include <vorbis/ivorbiscodec.h>
+#include <vorbis/ivorbisfile.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
# include <io.h>