Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomAction/AddAction.cpp

    r952f38 r047878  
    1212#include "atom.hpp"
    1313#include "element.hpp"
    14 #include "Helpers/Log.hpp"
     14#include "log.hpp"
    1515#include "molecule.hpp"
    16 #include "LinearAlgebra/Vector.hpp"
    17 #include "Helpers/Verbose.hpp"
     16#include "vector.hpp"
     17#include "verbose.hpp"
    1818#include "World.hpp"
    1919
     
    2525#include "UIElements/UIFactory.hpp"
    2626#include "UIElements/Dialog.hpp"
    27 #include "Actions/ValueStorage.hpp"
     27#include "UIElements/ValueStorage.hpp"
    2828
    2929const char AtomAddAction::NAME[] = "add-atom";
Note: See TracChangeset for help on using the changeset viewer.