Changeset 31 in pacpusframework for trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp


Ignore:
Timestamp:
01/08/13 18:10:10 (11 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp

    r3 r31  
    99*********************************************************************/
    1010
    11 #include "DbitePlayer/DbtPlyEngine.h"
    12 
    13 #include "kernel/ComponentManager.h"
    14 #include "kernel/Log.h"
     11#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     12#include <Pacpus/kernel/ComponentManager.h>
     13#include <Pacpus/kernel/Log.h>
    1514
    1615#include <cassert>
Note: See TracChangeset for help on using the changeset viewer.