Ignore:
Timestamp:
May 1, 2008, 10:50:17 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/logger.h

    r520 r522  
    11#pragma once
    22
    3 #include <iomanip>
    4 #include <ios>//streamsize
    5 #include <streambuf>//basic_streambuf
    6 #include <string>//char_traits, basic_string
    7 #include <tchar.h>//char_traits, basic_string
    8 #include <sstream>
    9 #include <fstream>
    10 
    11 #include <tchar.h>
    12 #include <stdarg.h>
    13 
    143#define STDX_DSTREAM_BUFFERING
    15 
    16 
    17 using namespace std;
    184
    195namespace Jenga{
Note: See TracChangeset for help on using the changeset viewer.