lib/common: Remove no longer used stdexcept.h

This commit is contained in:
Povilas Kanapickas
2020-05-30 22:01:38 +03:00
parent 5eac13a969
commit 89c6623c0e
9 changed files with 7 additions and 32 deletions

View File

@@ -20,7 +20,7 @@
#include "base/Log.h"
#include "base/TMethodEventJob.h"
#include "base/SimpleEventQueueBuffer.h"
#include "common/stdexcept.h"
#include <stdexcept>
void
TestEventQueue::raiseQuitEvent()

View File

@@ -38,7 +38,7 @@
#include "base/TMethodEventJob.h"
#include "base/TMethodJob.h"
#include "base/Log.h"
#include "common/stdexcept.h"
#include <stdexcept>
#include "test/global/gtest.h"
#include <sstream>