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/fadctrl.cc

    r11257 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/foreach.hpp>
    104#include <boost/asio/error.hpp>
     
    2014#include "Console.h"
    2115#include "Converter.h"
    22 #include "LocalControl.h"
    2316#include "HeadersFAD.h"
    2417
Note: See TracChangeset for help on using the changeset viewer.