Ignore:
Timestamp:
07/06/11 13:51:26 (13 years ago)
Author:
tbretz
Message:
Removed includes which are now in Main.h
File:
1 edited

Legend:

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

    r11253 r11264  
    11#include <boost/bind.hpp>
    22#include <boost/array.hpp>
    3 #if BOOST_VERSION < 104400
    4 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
    5 #undef BOOST_HAS_RVALUE_REFS
    6 #endif
    7 #endif
    8 #include <boost/thread.hpp>
    93#include <boost/asio/error.hpp>
    104#include <boost/asio/deadline_timer.hpp>
     
    2014
    2115#include "tools.h"
    22 
    23 #include "LocalControl.h"
    2416
    2517
Note: See TracChangeset for help on using the changeset viewer.