#ifndef __AGGREGATE_DIALOG_H
#define __AGGREGATE_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void aggregate_dialog (PsppireDataWindow * data);
#ifndef __BINOMIAL_DIALOG_H
#define __BINOMIAL_DIALOG_H
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void binomial_dialog (PsppireDataWindow * data);
#ifndef __CHI_SQUARE_DIALOG_H
#define __CHI_SQUARE_DIALOG_H
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void chisquare_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __COMPUTE_DIALOG_H
#define __COMPUTE_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void compute_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2009 Free Software Foundation
+ Copyright (C) 2009, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __CORRELATION_DIALOG_H
#define __CORRELATION_DIALOG_H
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void correlation_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2008 Free Software Foundation
+ Copyright (C) 2008, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __CROSSTABS_DIALOG_H
#define __CROSSTABS_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void crosstabs_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __DESCRIPTIVES_DIALOG_H
#define __DESCRIPTIVES_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
-
void descriptives_dialog (PsppireDataWindow * data);
#endif
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __EXAMINE_DIALOG_H
#define __EXAMINE_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void examine_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2009 Free Software Foundation
+ Copyright (C) 2009, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __FACTOR_DIALOG_H
#define __FACTOR_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void factor_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef FIND_DIALOG_H
#define FIND_DIALOG_H
-#include <glib.h>
#include "psppire-data-window.h"
/* Pops up the Find dialog box */
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __FREQUENCIES_DIALOG_H
#define __FREQUENCIES_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void frequencies_dialog (PsppireDataWindow * data);
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2010 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#ifndef __GOTO_CASE_DIALOG_H
#define __GOTO_CASE_DIALOG_H
-
-#include <gtk/gtk.h>
#include "psppire-data-window.h"
void goto_case_dialog (PsppireDataWindow * data);