use angle brackets for including ogg.h

This commit is contained in:
Josh Coalson 2002-11-05 22:03:18 +00:00
parent efd45c9e80
commit 008bc83280
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include <stdlib.h> /* for calloc() */
#include <string.h> /* for memset() */
#include "ogg/ogg.h"
#include <ogg/ogg.h>
#include "FLAC/assert.h"
#include "protected/stream_decoder.h"

View File

@ -20,7 +20,7 @@
#include <stdio.h>
#include <stdlib.h> /* for calloc() */
#include <string.h> /* for memcpy() */
#include "ogg/ogg.h"
#include <ogg/ogg.h>
#include "FLAC/assert.h"
#include "OggFLAC/stream_decoder.h"
#include "protected/stream_encoder.h"