|
@@ -32,7 +32,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
#include "Types.h"
|
|
#include "Types.h"
|
|
|
#include "Vector.h"
|
|
#include "Vector.h"
|
|
|
#include "DynamicString.h"
|
|
#include "DynamicString.h"
|
|
|
-#include "EventBuffer.h"
|
|
|
|
|
|
|
|
|
|
namespace crown
|
|
namespace crown
|
|
|
{
|
|
{
|
|
@@ -158,7 +157,5 @@ void execute_process(const char* args[]);
|
|
|
|
|
|
|
|
} // namespace os
|
|
} // namespace os
|
|
|
|
|
|
|
|
-EventBuffer* os_event_buffer();
|
|
|
|
|
-
|
|
|
|
|
} // namespace crown
|
|
} // namespace crown
|
|
|
|
|
|