Scene: remove redundant pragma once statement.
authorKim Kulling <kim.kulling@googlemail.com>
Mon, 3 Oct 2016 17:23:52 +0000 (19:23 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Mon, 3 Oct 2016 17:23:52 +0000 (19:23 +0200)
include/assimp/scene.h

index 80542a6..d9799db 100644 (file)
@@ -38,7 +38,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ---------------------------------------------------------------------------
 */
-#pragma once
 
 /** @file scene.h
  *  @brief Defines the data structures in which the imported scene is returned.