Remove outdated nxstl includes

This commit is contained in:
Luke Street 2020-12-16 07:46:35 -05:00
parent 4a928dd2d7
commit 818a20d9f6
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
#include <vector>
#include "boo/IWindow.hpp"
#include "nxstl/condition_variable"
namespace boo {

View File

@ -7,7 +7,6 @@
#include <mutex>
#include <vector>
#include "nxstl/mutex"
#include "boo/System.hpp"
#if _WIN32