rename xfile.[ch] to file.[ch]

This commit is contained in:
Yuichi Nishiwaki 2015-06-19 01:11:04 +09:00
parent d1aa42cd7a
commit 2e59b6ab04
3 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
#include "picrin/xvect.h"
#include "picrin/xhash.h"
#include "picrin/xfile.h"
#include "picrin/file.h"
#include "picrin/value.h"