Ignore:
Timestamp:
07/19/11 20:00:38 (13 years ago)
Author:
tbretz
Message:
Removed some obsolete includes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/scheduler.cc

    r11255 r11473  
    22
    33#include <boost/bind.hpp>
    4 #if BOOST_VERSION < 104400
    5 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    6 #undef BOOST_HAS_RVALUE_REFS
    7 #endif
    8 #endif
    9 #include <boost/thread.hpp>
    104#include <boost/regex.hpp>
    115
     
    159#include "Time.h"
    1610#include "Event.h"
    17 #include "Shell.h"
    18 #include "StateMachineDim.h"
    1911#include "Connection.h"
    2012#include "Configuration.h"
    21 #include "Timers.h"
    22 #include "Console.h"
    23 #include "Converter.h"
    24 #include "LocalControl.h"
     13#include "StateMachineDim.h"
    2514
    2615#include "tools.h"
Note: See TracChangeset for help on using the changeset viewer.