Removed all using declarations and directives from header files
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
#include "src/Application.hpp"
|
||||
|
||||
using namespace Bloom;
|
||||
using namespace Exceptions;
|
||||
using namespace Bloom::Targets;
|
||||
using namespace Bloom::Events;
|
||||
using namespace Bloom::Exceptions;
|
||||
|
||||
void TargetController::run() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user