Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
95994334
Commit
95994334
authored
Apr 26, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed inclusion of <X11/Intrinsic.h>
parent
0ad9179d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
10 deletions
+6
-10
wb/lib/wb/src/wb_c_backup.cpp
wb/lib/wb/src/wb_c_backup.cpp
+1
-2
wb/lib/wb/src/wb_c_classdef.cpp
wb/lib/wb/src/wb_c_classdef.cpp
+1
-2
wb/lib/wb/src/wb_c_projectreg.cpp
wb/lib/wb/src/wb_c_projectreg.cpp
+2
-2
wb/lib/wb/src/wb_c_webgraph.cpp
wb/lib/wb/src/wb_c_webgraph.cpp
+1
-2
wb/lib/wb/src/wb_ldh.cpp
wb/lib/wb/src/wb_ldh.cpp
+1
-2
No files found.
wb/lib/wb/src/wb_c_backup.cpp
View file @
95994334
/*
* Proview $Id: wb_c_backup.cpp,v 1.
1 2007-01-04 07:29:02
claes Exp $
* Proview $Id: wb_c_backup.cpp,v 1.
2 2007-04-26 12:37:46
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -20,7 +20,6 @@
/* wb_c_backup.c -- work bench methods of the Backup class. */
#include <string.h>
#include <X11/Intrinsic.h>
#undef Status
#include "pwr.h"
#include "wb_pwrs.h"
...
...
wb/lib/wb/src/wb_c_classdef.cpp
View file @
95994334
/*
* Proview $Id: wb_c_classdef.cpp,v 1.
1 2007-01-04 07:29:0
3 claes Exp $
* Proview $Id: wb_c_classdef.cpp,v 1.
2 2007-04-26 12:36:5
3 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -19,7 +19,6 @@
/* wb_c_classdef.c -- work bench methods of the ClassDef class. */
#include <X11/Intrinsic.h>
#undef Status
#include <string.h>
#include "wb_pwrs.h"
...
...
wb/lib/wb/src/wb_c_projectreg.cpp
View file @
95994334
/*
* Proview $Id: wb_c_projectreg.cpp,v 1.
1 2007-01-04 07:29:03
claes Exp $
* Proview $Id: wb_c_projectreg.cpp,v 1.
2 2007-04-26 12:38:12
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -19,8 +19,8 @@
/* wb_c_projectref.c -- work bench methods of the ProjectReg class. */
#include <X11/Intrinsic.h>
#undef Status
#include <string.h>
#include "co_dcli.h"
#include "wb_pwrs.h"
#include "pwr_baseclasses.h"
...
...
wb/lib/wb/src/wb_c_webgraph.cpp
View file @
95994334
/*
* Proview $Id: wb_c_webgraph.cpp,v 1.
1 2007-01-04 07:29:03
claes Exp $
* Proview $Id: wb_c_webgraph.cpp,v 1.
2 2007-04-26 12:38:47
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -19,7 +19,6 @@
/* wb_c_webgraph.c -- work bench methods of the WebGraph class. */
#include <X11/Intrinsic.h>
#undef Status
#include "wb_pwrs.h"
#include "pwr_baseclasses.h"
...
...
wb/lib/wb/src/wb_ldh.cpp
View file @
95994334
/*
* Proview $Id: wb_ldh.cpp,v 1.5
7 2007-01-04 07:29:03
claes Exp $
* Proview $Id: wb_ldh.cpp,v 1.5
8 2007-04-26 12:39:50
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -60,7 +60,6 @@
#include "wb_db.h"
#include "wb_print_wbl.h"
#include "pwr_baseclasses.h"
#include <X11/Intrinsic.h>
pwr_dImport
pwr_BindClasses
(
System
);
pwr_dImport
pwr_BindClasses
(
Base
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment