diff --git a/include/assimp/LogAux.h b/code/LogAux.h similarity index 97% rename from include/assimp/LogAux.h rename to code/LogAux.h index f2bc14d54..df1c8ba35 100644 --- a/include/assimp/LogAux.h +++ b/code/LogAux.h @@ -45,18 +45,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef INCLUDED_AI_LOGAUX_H #define INCLUDED_AI_LOGAUX_H -#include "TinyFormatter.h" -#include "Exceptional.h" +#include +#include #include namespace Assimp { -template -class LogFunctions -{ - +template +class LogFunctions { public: - // ------------------------------------------------------------------------------------------------ static void ThrowException(const std::string& msg) {