mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
Added missing includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/RELEASE_0_3_5@17181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9ac2953aa4
commit
237bddc7c0
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
2003-07-10 Philippe C.D. Robert <probert@siggraph.org>
|
||||
|
||||
* Added missing includes: PCLib/PCDataSource.m, PCLib/PCButton.m
|
||||
* Added note in README about using ProjectCenter with Cocoa
|
||||
* Disabled unused menu entries: ProjectCenter_main.m
|
||||
* Some spelling corrections: PCMenuController.m
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "PCButton.h"
|
||||
#include "PCDefines.h"
|
||||
|
||||
@implementation PCButton
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include "PCDataSource.h"
|
||||
#include "PCDefines.h"
|
||||
|
||||
@implementation PCDataSource
|
||||
|
||||
|
|
Loading…
Reference in a new issue