ref: c9964275c152b34779ed56607c9f010efcb6a70f
parent: 7b49904805150793a0cb8a9219da60b1bb276877
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Fri Apr 5 17:09:21 EDT 2013
Small public header clean-up. stdarg.h should've been inside the include guard.
--- a/include/opusfile.h
+++ b/include/opusfile.h
@@ -16,7 +16,6 @@
********************************************************************/
#if !defined(_opusfile_h)
# define _opusfile_h (1)
-# include <stdarg.h>
/**\mainpage
\section Introduction
@@ -57,6 +56,7 @@
extern "C" {
# endif
+# include <stdarg.h>
# include <stdio.h>
# include <ogg/ogg.h>
# include <opus_multistream.h>