Subversion Repositories filter_foundry

Rev

Rev 2 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 8
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License  
15
    You should have received a copy of the GNU General Public License  
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
20
#include <stdio.h>
-
 
21
#include <stdlib.h>
-
 
22
#include <string.h>
20
#include "world.h"
23
 
21
 
24
#include "carbonstuff.h"
-
 
25
 
-
 
26
#include "spconfig.h"
-
 
27
#include "PIFilter.h"
22
#include "PIFilter.h"
28
 
23
 
29
#include "entry.h"
24
#include "entry.h"
30
#include "choosefile.h"
-
 
31
 
25
 
-
 
26
#include "choosefile.h"
32
#include "ui.h"
27
#include "ui.h"
33
#include "file_compat.h"
28
#include "file_compat.h"
34
#include "symtab.h"
29
#include "symtab.h"
35
#include "PARM.h"
30
#include "PARM.h"
36
 
31