Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/stackclass.hpp

    rf66195 r29812d  
    22#define STACKCLASS_HPP_
    33
    4 using namespace std;
    5 
    6 /*********************************************** includes ***********************************/
    7 
    8 // include config.h
    9 #ifdef HAVE_CONFIG_H
    10 #include <config.h>
    11 #endif
    12 
    134#include "verbose.hpp"
    145#include "memoryallocator.hpp"
    15 
    16 /****************************************** forward declarations *****************************/
    176
    187template <typename T> class StackClass;
Note: See TracChangeset for help on using the changeset viewer.