Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/parser.cpp

    rbcf653 r97b825  
    1 /*
    2  * Project: MoleCuilder
    3  * Description: creates and alters molecular systems
    4  * Copyright (C)  2010 University of Bonn. All rights reserved.
    5  * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
    6  */
    7 
    81/** \file parsing.cpp
    92 *
     
    147// ======================================= INCLUDES ==========================================
    158
     9#include "Helpers/MemDebug.hpp"
     10
     11#include <cstring>
     12
     13#include "Helpers/helpers.hpp"
     14#include "parser.hpp"
     15#include "Helpers/Verbose.hpp"
     16
    1617// include config.h
    1718#ifdef HAVE_CONFIG_H
    1819#include <config.h>
    1920#endif
    20 
    21 #include "Helpers/MemDebug.hpp"
    22 
    23 #include <cstring>
    24 
    25 #include "Helpers/helpers.hpp"
    26 #include "parser.hpp"
    27 #include "Helpers/Verbose.hpp"
    2821
    2922// ======================================= FUNCTIONS ==========================================
Note: See TracChangeset for help on using the changeset viewer.