From 5c34a2cec18f5b1c12b7e231d200ff62c6c5f3e9 Mon Sep 17 00:00:00 2001 From: Ziriax Date: Wed, 30 May 2018 20:36:05 +0200 Subject: [PATCH] Removing unused includes --- maya/scripts/maya2glTF_UI.mel | 4 ++-- src/externals.h | 4 ---- src/version.cpp | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/maya/scripts/maya2glTF_UI.mel b/maya/scripts/maya2glTF_UI.mel index a9c8fa3..b8665b8 100644 --- a/maya/scripts/maya2glTF_UI.mel +++ b/maya/scripts/maya2glTF_UI.mel @@ -1,4 +1,4 @@ -proc string _quoted(string $text) +proc string _quoted(string $text) { string $quote = "\""; return $quote+$text+$quote; @@ -251,7 +251,7 @@ global proc maya2glTF_UI() global string $gMainProgressBar; // This is auto-updated by msbuild - string $maya2glTF_version = "v0.9.5-beta 77dcd04"; + string $maya2glTF_version = "v0.9.5-beta e75d87d"; if (`window -exists maya2glTF_exporter_window`) deleteUI maya2glTF_exporter_window; diff --git a/src/externals.h b/src/externals.h index 9ff2c9a..2a9576c 100644 --- a/src/externals.h +++ b/src/externals.h @@ -17,8 +17,6 @@ #include #include #include -#include -#include #ifdef _MSC_VER # pragma warning(disable:4267) @@ -46,8 +44,6 @@ #include #include -#include - #include #include #include diff --git a/src/version.cpp b/src/version.cpp index 9a30b30..5fa5d63 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,3 +1,3 @@ #include "externals.h" -const char* version = "v0.9.5-beta 77dcd04"; +const char* version = "v0.9.5-beta e75d87d";