|
From: <sag...@us...> - 2014-10-25 15:29:37
|
Revision: 4490
http://sourceforge.net/p/modplug/code/4490
Author: saga-games
Date: 2014-10-25 15:29:21 +0000 (Sat, 25 Oct 2014)
Log Message:
-----------
[Fix] Two include renames were missing in previous commit.
Modified Paths:
--------------
trunk/OpenMPT/soundlib/Sndfile.cpp
trunk/OpenMPT/soundlib/tuningCollection.cpp
Modified: trunk/OpenMPT/soundlib/Sndfile.cpp
===================================================================
--- trunk/OpenMPT/soundlib/Sndfile.cpp 2014-10-25 15:27:10 UTC (rev 4489)
+++ trunk/OpenMPT/soundlib/Sndfile.cpp 2014-10-25 15:29:21 UTC (rev 4490)
@@ -24,7 +24,7 @@
#include "tuningcollection.h"
#include "../common/StringFixer.h"
#include "FileReader.h"
-#include "../common/mptFstream.h"
+#include "../common/mptFileIO.h"
#include <sstream>
#include <time.h>
Modified: trunk/OpenMPT/soundlib/tuningCollection.cpp
===================================================================
--- trunk/OpenMPT/soundlib/tuningCollection.cpp 2014-10-25 15:27:10 UTC (rev 4489)
+++ trunk/OpenMPT/soundlib/tuningCollection.cpp 2014-10-25 15:29:21 UTC (rev 4490)
@@ -14,7 +14,7 @@
#include "../common/serialization_utils.h"
#include <algorithm>
#include <bitset>
-#include "../common/mptFstream.h"
+#include "../common/mptFileIO.h"
OPENMPT_NAMESPACE_BEGIN
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|