|
@@ -24,12 +24,11 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-#include "types.h"
|
|
|
|
|
|
|
+#pragma once
|
|
|
|
|
+
|
|
|
#include "dynamic_string.h"
|
|
#include "dynamic_string.h"
|
|
|
#include "container_types.h"
|
|
#include "container_types.h"
|
|
|
|
|
|
|
|
-#pragma once
|
|
|
|
|
-
|
|
|
|
|
namespace crown
|
|
namespace crown
|
|
|
{
|
|
{
|
|
|
|
|
|