Changeset cc7302 in git for Singular/fehelp.cc
- Timestamp:
- Aug 11, 2011, 3:21:35 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 2bc4f5a0399eb703dcb16b05ba2872985f7cafc6
- Parents:
- 320f1c493166188f02c725a08142ac1ff60c6d6b
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 15:21:35+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r320f1c rcc7302 15 15 16 16 #include <kernel/mod2.h> 17 18 #include <omalloc/omalloc.h> 17 19 #include <omalloc/mylimits.h> 18 #include <Singular/tok.h> 19 #include <omalloc/omalloc.h> 20 20 21 #include <kernel/febase.h> 21 #include <Singular/ipid.h>22 #include <Singular/ipshell.h>23 #include <Singular/libparse.h>24 #include <Singular/feOpt.h>25 22 #include <reporter/reporter.h> 26 23 24 #include "ipid.h" 25 #include "ipshell.h" 26 #include "libparse.h" 27 #include "feOpt.h" 28 29 #include "tok.h" 27 30 #include "fehelp.h" 28 31 … … 78 81 static void heWinHelp(heEntry hentry,int); 79 82 static void heWinHtmlHelp(heEntry hentry,int); 80 #include <Singular/sing_win.h>83 #include "sing_win.h" 81 84 #endif 82 85
Note: See TracChangeset
for help on using the changeset viewer.