Browse Source

Scene: remove redundant pragma once statement.

Kim Kulling 9 years ago
parent
commit
d27cce513b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/assimp/scene.h

+ 0 - 1
include/assimp/scene.h

@@ -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.