[vlc-commits] Demux smooth: playlist: fix compilation
KO Myung-Hun
git at videolan.org
Fri Nov 6 10:18:08 CET 2015
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Fri Nov 6 15:22:00 2015 +0900| [06185e5e53aa5baacc250bcddaf412f0813f76b6] | committer: Jean-Baptiste Kempf
Demux smooth: playlist: fix compilation
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06185e5e53aa5baacc250bcddaf412f0813f76b6
---
modules/demux/smooth/playlist/Manifest.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/demux/smooth/playlist/Manifest.cpp b/modules/demux/smooth/playlist/Manifest.cpp
index c43320d..f7e7986 100644
--- a/modules/demux/smooth/playlist/Manifest.cpp
+++ b/modules/demux/smooth/playlist/Manifest.cpp
@@ -17,13 +17,13 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#include "Manifest.hpp"
-#include "../adaptative/playlist/BasePeriod.h"
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#include "Manifest.hpp"
+#include "../adaptative/playlist/BasePeriod.h"
+
#include <vlc_common.h>
#include <vlc_stream.h>
More information about the vlc-commits
mailing list