Fix tab and include

This commit is contained in:
Maksim Gamarnik 2016-05-02 00:01:06 +03:00
parent b5fc919a05
commit 8718dec521
2 changed files with 2 additions and 3 deletions

View File

@ -742,8 +742,8 @@ assets : $(ASSETS_TIMESTAMP)
find . -type f -path "*.gitignore" -exec rm -rf {} \; ; \
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
find -L MultiCraft > filelist.txt; \
echo "Creating Files.zip"; \
zip -r Files.zip MultiCraft; \
echo "Creating Files.zip"; \
zip -r Files.zip MultiCraft; \
touch ${ASSETS_TIMESTAMP}; \
touch ${ASSETS_TIMESTAMP_INT}; \
else \

View File

@ -18,7 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "filesys.h"
#include "porting.h"
#include "util/string.h"
#include <iostream>
#include <stdio.h>