View | Details | Raw Unified
Collapse All | Expand All

(-) grpn-1.1.2-orig/callback_menu.c (+1 lines)
 Lines 20-25    Link Here 
/* callback_menu.h  by Paul Wilkins 3/15/97 */
/* callback_menu.h  by Paul Wilkins 3/15/97 */
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include "menu.h"
#include "menu.h"
(-) grpn-1.1.2-orig/complex.c (+1 lines)
 Lines 22-27    Link Here 
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <math.h>
#include <math.h>
#include <string.h>
#include "complex.h"
#include "complex.h"
#include "real.h"
#include "real.h"
(-) grpn-1.1.2-orig/help.c (+1 lines)
 Lines 19-24    Link Here 
*/
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include "help.h"
#include "help.h"
(-) grpn-1.1.2-orig/lcd.c (+2 lines)
 Lines 20-25    Link Here 
/* lcd.c   by Paul Wilkins 3/22/97 */
/* lcd.c   by Paul Wilkins 3/22/97 */
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkkeysyms.h>
(-) grpn-1.1.2-orig/main.c (+1 lines)
 Lines 23-28    Link Here 
 */
 */
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef USE_GNOME
#ifdef USE_GNOME
#include <gnome.h>
#include <gnome.h>
#endif
#endif
(-) grpn-1.1.2-orig/mode.c (+1 lines)
 Lines 20-25    Link Here 
/* setup mode.c  by Paul Wilkins  2/8/98 */
/* setup mode.c  by Paul Wilkins  2/8/98 */
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include "mode.h"
#include "mode.h"
(-) grpn-1.1.2-orig/process_input.c (+1 lines)
 Lines 20-25    Link Here 
/* process_input.c  by Paul Wilkins 3/21/97 */
/* process_input.c  by Paul Wilkins 3/21/97 */
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkkeysyms.h>
(-) grpn-1.1.2-orig/run_cmd.c (+1 lines)
 Lines 20-25    Link Here 
/* run_cmd.c  by Paul Wilkins */
/* run_cmd.c  by Paul Wilkins */
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
#include "buttons.h"
#include "buttons.h"