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/Observer.cpp

    r115378 r9098f9  
    1818#endif
    1919
    20 #include "Helpers/MemDebug.hpp"
     20#include "MemDebug.hpp"
    2121
    2222#include "Observer.hpp"
     
    2424#include <iostream>
    2525
    26 #include "Helpers/Assert.hpp"
    27 #include "Helpers/MemDebug.hpp"
     26#include "Assert.hpp"
     27#include "MemDebug.hpp"
    2828
    2929using namespace std;
Note: See TracChangeset for help on using the changeset viewer.