Changeset 08fc48f for src/main.cc


Ignore:
Timestamp:
Aug 15, 2017, 11:36:14 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
d180746
Parents:
84993ff2
Message:

Big header cleaning pass - commit 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r84993ff2 r08fc48f  
    1515//
    1616
    17 #include <cassert>                          // for assertf
    1817#include <cxxabi.h>                         // for __cxa_demangle
    1918#include <execinfo.h>                       // for backtrace, backtrace_symbols
    2019#include <getopt.h>                         // for no_argument, optind, geto...
    2120#include <signal.h>                         // for signal, SIGABRT, SIGSEGV
     21#include <cassert>                          // for assertf
    2222#include <cstdio>                           // for fopen, FILE, fclose, stdin
    2323#include <cstdlib>                          // for exit, free, abort, EXIT_F...
    2424#include <cstring>                          // for index
    25 #include <fstream>                          // for ofstream
    2625#include <iostream>                         // for operator<<, basic_ostream
    2726#include <iterator>                         // for back_inserter
    2827#include <list>                             // for list
    29 #include <string>                           // for operator<<, allocator
     28#include <string>                           // for char_traits, operator<<
    3029
    3130#include "../config.h"                      // for CFA_LIBDIR
Note: See TracChangeset for help on using the changeset viewer.