Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90582 | Differences between
and this patch

Collapse All | Expand All

(-)xlogical-1.0-old/anim.h (-2 / +3 lines)
Lines 27-35 Link Here
27
// Language Includes
27
// Language Includes
28
#include <list>
28
#include <list>
29
29
30
#ifdef WIN32
30
31
using namespace std;
31
using namespace std;
32
#endif
32
33
33
34
34
// Application Includes
35
// Application Includes
35
#include "graph.h"
36
#include "graph.h"
(-)xlogical-1.0-old/exception.h (-2 / +2 lines)
Lines 28-36 Link Here
28
// Language Includes
28
// Language Includes
29
#include <string>
29
#include <string>
30
30
31
#ifdef WIN32
31
32
using namespace std;
32
using namespace std;
33
#endif
33
#include <iostream>
34
34
35
#define CatchEx(aEx)		catch( CXLException aEx )
35
#define CatchEx(aEx)		catch( CXLException aEx )
36
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
36
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
(-)xlogical-1.0-old/properties.h (-2 / +2 lines)
Lines 33-41 Link Here
33
#include <map>
33
#include <map>
34
#include <string>
34
#include <string>
35
35
36
#ifdef WIN32
36
37
using namespace std;
37
using namespace std;
38
#endif
38
39
39
40
#include "defs.h"
40
#include "defs.h"
41
41
(-)xlogical-1.0-old/tiles.h (-2 / +2 lines)
Lines 29-37 Link Here
29
#include <vector>
29
#include <vector>
30
#include <list>
30
#include <list>
31
31
32
#ifdef WIN32
32
33
using namespace std;
33
using namespace std;
34
#endif
34
35
35
36
// Application Includes
36
// Application Includes
37
#include "defs.h"
37
#include "defs.h"

Return to bug 90582