Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218939
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- src/BurgerSpaceEngine.cpp
0
++ src/BurgerSpaceEngine.cpp
Lines 26-41 Link Here
26
26
27
#include <flatzebra/PixmapLoadError.h>
27
#include <flatzebra/PixmapLoadError.h>
28
28
29
#include <assert.h>
29
#include <cassert>
30
#include <fstream>
30
#include <fstream>
31
#include <iomanip>
31
#include <iomanip>
32
#include <algorithm>
32
33
33
#include <sys/types.h>
34
#include <sys/types.h>
34
#include <sys/stat.h>
35
#include <sys/stat.h>
35
#include <unistd.h>
36
#include <unistd.h>
36
#include <dirent.h>
37
#include <dirent.h>
37
#include <time.h>
38
#include <time.h>
38
#include <errno.h>
39
#include <cerrno>
39
40
40
41
41
/*  Tiles:
42
/*  Tiles:

Return to bug 218939