Ignore:
Timestamp:
Mar 7, 2013, 6:26:13 PM (12 years ago)
Author:
alloc
Message:

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • Daodan/src/Inifile_Reader.c

    r689 r692  
    11#include <stdio.h>
    22#include <stdlib.h>
    3 #include "bool.h"
     3#include "stdint.h"
    44#include <string.h>
    55#include <ctype.h>
    66
    7 #include "inifile.h"
     7#include "Inifile_Reader.h"
    88
    99char* inifile_cleanstr(char* str)
Note: See TracChangeset for help on using the changeset viewer.