Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/parser.cpp

    r97b825 rbcf653  
     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
    18/** \file parsing.cpp
    29 *
     
    714// ======================================= INCLUDES ==========================================
    815
    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 
    1716// include config.h
    1817#ifdef HAVE_CONFIG_H
    1918#include <config.h>
    2019#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"
    2128
    2229// ======================================= FUNCTIONS ==========================================
Note: See TracChangeset for help on using the changeset viewer.