Changeset cc7302 in git for Singular/fehelp.cc


Ignore:
Timestamp:
Aug 11, 2011, 3:21:35 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
ADD: expose feStringAppendBrowsers (moved to Singular/fehelp.*)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    r320f1c rcc7302  
    1515
    1616#include <kernel/mod2.h>
     17
     18#include <omalloc/omalloc.h>
    1719#include <omalloc/mylimits.h>
    18 #include <Singular/tok.h>
    19 #include <omalloc/omalloc.h>
     20
    2021#include <kernel/febase.h>
    21 #include <Singular/ipid.h>
    22 #include <Singular/ipshell.h>
    23 #include <Singular/libparse.h>
    24 #include <Singular/feOpt.h>
    2522#include <reporter/reporter.h>
    2623
     24#include "ipid.h"
     25#include "ipshell.h"
     26#include "libparse.h"
     27#include "feOpt.h"
     28
     29#include "tok.h"
    2730#include "fehelp.h"
    2831
     
    7881static void heWinHelp(heEntry hentry,int);
    7982static void heWinHtmlHelp(heEntry hentry,int);
    80 #include <Singular/sing_win.h>
     83#include "sing_win.h"
    8184#endif
    8285
Note: See TracChangeset for help on using the changeset viewer.