Ignore:
Timestamp:
Dec 22, 2010, 10:32:46 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
70672e3
Parents:
115378
Message:

All include files go into folder CodePatterns.

  • therefore all local includes are now without path.
  • INCLUDES in Makefile.am ascertains that includes are still found.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/Registry_impl.hpp

    r115378 r9098f9  
    99#define REGISTRY_IMPL_HPP_
    1010
    11 #include "Helpers/MemDebug.hpp"
     11#include "MemDebug.hpp"
    1212
    13 #include "Patterns/Registry.hpp"
    14 #include "Patterns/Singleton_impl.hpp"
     13#include "Registry.hpp"
     14#include "Singleton_impl.hpp"
    1515
    16 #include "Helpers/Assert.hpp"
     16#include "Assert.hpp"
    1717#include <iostream>
    1818
Note: See TracChangeset for help on using the changeset viewer.