Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/UIFactory.cpp

    ra2ab15 r5079a0  
    99#include <cassert>
    1010#include "Patterns/Singleton_impl.hpp"
    11 #include "UIElements/UIFactory.hpp"
     11#include "UIFactory.hpp"
    1212
    1313// all factories that can be used:
    14 #include "UIElements/TextUIFactory.hpp"
    15 #include "UIElements/CommandLineUIFactory.hpp"
     14#include "TextUI/TextUIFactory.hpp"
     15#include "CommandLineUI/CommandLineUIFactory.hpp"
    1616
    1717UIFactory::UIFactory()
Note: See TracChangeset for help on using the changeset viewer.