mirror of https://github.com/davisking/dlib.git
minor cleanup
This commit is contained in:
parent
b85dde8f70
commit
93c3e95a94
|
@ -1,5 +1,7 @@
|
|||
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
|
||||
// License: Boost Software License See LICENSE.txt for the full license.
|
||||
#ifndef DLIB_BSP_CPp__
|
||||
#define DLIB_BSP_CPp__
|
||||
|
||||
#include "bsp.h"
|
||||
#include <stack>
|
||||
|
@ -491,3 +493,5 @@ namespace dlib
|
|||
|
||||
}
|
||||
|
||||
#endif // DLIB_BSP_CPp__
|
||||
|
||||
|
|
Loading…
Reference in New Issue