Forráskód Böngészése

conflict resolution again, temp. move LogAux.h

BuildTools 7 éve
szülő
commit
d0c92e30be
1 módosított fájl, 4 hozzáadás és 7 törlés
  1. 4 7
      code/LogAux.h

+ 4 - 7
include/assimp/LogAux.h → 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 <assimp/TinyFormatter.h>
+#include <assimp/Exceptional.h>
 #include <assimp/DefaultLogger.hpp>
 
 namespace Assimp {
 
-template <class TDeriving>
-class LogFunctions
-{
-
+template<class TDeriving>
+class LogFunctions {
 public:
-
     // ------------------------------------------------------------------------------------------------
     static void ThrowException(const std::string& msg)
     {