Changeset 31 in pacpusframework for trunk/src/DBITEPlayerLib/DbtPlyUserInterface.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/DbtPlyUserInterface.cpp

    r3 r31  
    1010////////////////////////////////////////////////////////////////////////////////
    1111
    12 #include "DbitePlayer/DbtPlyUserInterface.h"
     12#include <Pacpus/DbitePlayer/DbtPlyUserInterface.h>
     13#include <Pacpus/kernel/ComponentManager.h>
     14#include <Pacpus/kernel/Log.h>
    1315
    1416#include <cassert>
     
    2426#include <qtablewidget.h>
    2527
    26 #include "kernel/ComponentManager.h"
    27 #include "kernel/Log.h"
    28 
    2928namespace pacpus {
    3029
Note: See TracChangeset for help on using the changeset viewer.