use angle brackets for including ogg.h
This commit is contained in:
parent
efd45c9e80
commit
008bc83280
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user