View | Details | Raw Unified
Collapse All | Expand All

(-) dasher-4.6.1-orig/Src/DasherCore/LanguageModelling/CTWLanguageModel.cpp (+1 lines)
 Lines 25-30    Link Here 
//#include "stdafx.h"
//#include "stdafx.h"
#include "CTWLanguageModel.h"
#include "CTWLanguageModel.h"
#include <math.h> // not in use anymore? needed it for log
#include <math.h> // not in use anymore? needed it for log
#include <cstring>
using namespace Dasher;
using namespace Dasher;
(-) dasher-4.6.1-orig/Src/DasherCore/Alphabet/AlphIO.cpp (+1 lines)
 Lines 22-27    Link Here 
#include "AlphIO.h"
#include "AlphIO.h"
#include <iostream>
#include <iostream>
#include <cstring>
using namespace Dasher;
using namespace Dasher;
using namespace std;
using namespace std;
(-) dasher-4.6.1-orig/Src/DasherCore/ColourIO.cpp (+2 lines)
 Lines 5-10    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "ColourIO.h"
#include "ColourIO.h"
#include <cstring>
using namespace Dasher;
using namespace Dasher;
using namespace std;
using namespace std;
//using namespace expat;
//using namespace expat;
(-) dasher-4.6.1-orig/Src/DasherCore/ControlManager.cpp (+1 lines)
 Lines 21-26    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "ControlManager.h"
#include "ControlManager.h"
#include <cstring>
using namespace Dasher;
using namespace Dasher;
using namespace std;
using namespace std;
(-) dasher-4.6.1-orig/Src/DasherCore/ConversionManager.cpp (+1 lines)
 Lines 31-36    Link Here 
#include <string>
#include <string>
#include <vector>
#include <vector>
#include <stdlib.h>
#include <stdlib.h>
#include <cstring>
using namespace Dasher;
using namespace Dasher;
(-) dasher-4.6.1-orig/Src/DasherCore/DasherModel.cpp (+1 lines)
 Lines 21-26    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include <iostream>
#include <iostream>
#include <cstring>
#include "../Common/Random.h"
#include "../Common/Random.h"
#include "DasherModel.h"
#include "DasherModel.h"
#include "DasherView.h"
#include "DasherView.h"
(-) dasher-4.6.1-orig/Src/DasherCore/FileLogger.cpp (+1 lines)
 Lines 1-6    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include <cstring>
#include "FileLogger.h"
#include "FileLogger.h"
// Track memory leaks on Windows to the line that new'd the memory
// Track memory leaks on Windows to the line that new'd the memory
(-) dasher-4.6.1-orig/Src/DasherCore/TimeSpan.cpp (+1 lines)
 Lines 2-7    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "TimeSpan.h"
#include "TimeSpan.h"
#include <cstring>
#ifdef _WIN32
#ifdef _WIN32
#include <sys/timeb.h>
#include <sys/timeb.h>
(-) dasher-4.6.1-orig/Src/DasherCore/UserLog.cpp (+1 lines)
 Lines 2-7    Link Here 
#include "UserLog.h"
#include "UserLog.h"
#include <fstream>
#include <fstream>
#include <cstring>
#ifdef _WIN32
#ifdef _WIN32
#include <sys/timeb.h>
#include <sys/timeb.h>
(-) dasher-4.6.1-orig/Src/DasherCore/UserLogTrial.cpp (+1 lines)
 Lines 1-6    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "UserLogTrial.h"
#include "UserLogTrial.h"
#include <cstring>
// Track memory leaks on Windows to the line that new'd the memory
// Track memory leaks on Windows to the line that new'd the memory
#ifdef _WIN32
#ifdef _WIN32
(-) dasher-4.6.1-orig/Src/DasherCore/XMLUtil.cpp (+1 lines)
 Lines 2-7    Link Here 
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "XMLUtil.h"
#include "XMLUtil.h"
#include <cstring>
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
(-) dasher-4.6.1-orig/Src/DasherCore/SettingsStore.cpp (+1 lines)
 Lines 13-18    Link Here 
#include "EventHandler.h"
#include "EventHandler.h"
#include <iostream>
#include <iostream>
#include <cstdlib>
using namespace std;
using namespace std;
(-) dasher-4.6.1-orig/Src/Gtk2/DasherAppSettings.cpp (+2 lines)
 Lines 16-21    Link Here 
#include "dasher.h"
#include "dasher.h"
#include "GtkDasherControl.h"
#include "GtkDasherControl.h"
#include <cstring>
// FIXME - should really do something to make this a singleton class
// FIXME - should really do something to make this a singleton class
// TODO: Rename this file to fit in with naming conventions
// TODO: Rename this file to fit in with naming conventions
(-) dasher-4.6.1-orig/Src/Gtk2/Preferences.cpp (+1 lines)
 Lines 2-7    Link Here 
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <libintl.h>
#include <libintl.h>
#include <cstring>
#include "../Common/Common.h"
#include "../Common/Common.h"
#include "DasherTypes.h"
#include "DasherTypes.h"
(-) dasher-4.6.1-orig/Src/Gtk2/dasher_action_speech.cpp (+1 lines)
 Lines 8-13    Link Here 
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <gnome-speech/gnome-speech.h>
#include <gnome-speech/gnome-speech.h>
#include <libbonobo.h>
#include <libbonobo.h>
#include <cstring>
//#include <libintl.h>
//#include <libintl.h>
//#include <string.h>
//#include <string.h>
(-) dasher-4.6.1-orig/Src/Gtk2/dasher_editor_internal.cpp (+1 lines)
 Lines 1-5    Link Here 
#include "config.h"
#include "config.h"
#include <cstring>
#include <glib/gi18n.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
/* TODO: r4epair gnome libs flags (or get rid of entirely) */
(-) dasher-4.6.1-orig/Src/Gtk2/dasher_main.cpp (+1 lines)
 Lines 1-5    Link Here 
#include "config.h"
#include "config.h"
#include <cstring>
#include <gdk/gdk.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gdk/gdkx.h>
#include <glade/glade.h>
#include <glade/glade.h>
(-) dasher-4.6.1-orig/Src/Gtk2/DasherControl.cpp (+1 lines)
 Lines 2-7    Link Here 
#include "../../config.h"
#include "../../config.h"
#include <iostream>
#include <iostream>
#include <cstring>
#include "DasherControl.h"
#include "DasherControl.h"
#include "Timer.h"
#include "Timer.h"
#include "../DasherCore/Event.h"
#include "../DasherCore/Event.h"
(-) dasher-4.6.1-orig/Src/Gtk2/KeyboardHelper.cpp (+1 lines)
 Lines 7-12    Link Here 
#include <iostream>
#include <iostream>
#include <sstream>
#include <sstream>
#include <string>
#include <string>
#include <cstring>
CKeyboardHelper::CKeyboardHelper(DasherAppSettings *pAppSettings) {
CKeyboardHelper::CKeyboardHelper(DasherAppSettings *pAppSettings) {
  m_pAppSettings = pAppSettings;
  m_pAppSettings = pAppSettings;