diff options
Diffstat (limited to 'plugins/Sessions/Src')
-rw-r--r-- | plugins/Sessions/Src/Main.cpp | 2 | ||||
-rw-r--r-- | plugins/Sessions/Src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/Sessions/Src/Utils.cpp | 2 | ||||
-rw-r--r-- | plugins/Sessions/Src/stdafx.cxx (renamed from plugins/Sessions/Src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/Sessions/Src/stdafx.h (renamed from plugins/Sessions/Src/Sessions.h) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Sessions/Src/Main.cpp b/plugins/Sessions/Src/Main.cpp index 403ff76dd1..73afb9408d 100644 --- a/plugins/Sessions/Src/Main.cpp +++ b/plugins/Sessions/Src/Main.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sessions.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE g_hInst = NULL;
diff --git a/plugins/Sessions/Src/Options.cpp b/plugins/Sessions/Src/Options.cpp index 0828c6928a..4618c1661d 100644 --- a/plugins/Sessions/Src/Options.cpp +++ b/plugins/Sessions/Src/Options.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sessions.h"
+#include "stdafx.h"
HICON hIcon;
HICON hMarked, hNotMarked;
diff --git a/plugins/Sessions/Src/Utils.cpp b/plugins/Sessions/Src/Utils.cpp index 039c508fb7..a79a3baebc 100644 --- a/plugins/Sessions/Src/Utils.cpp +++ b/plugins/Sessions/Src/Utils.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sessions.h"
+#include "stdafx.h"
void AddSessionMark(MCONTACT hContact, int mode, char bit)
{
diff --git a/plugins/Sessions/Src/stdafx.cpp b/plugins/Sessions/Src/stdafx.cxx index 1e74afcbe3..6fb37564b7 100644 --- a/plugins/Sessions/Src/stdafx.cpp +++ b/plugins/Sessions/Src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "Sessions.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/Sessions/Src/Sessions.h b/plugins/Sessions/Src/stdafx.h index f76831d72e..f76831d72e 100644 --- a/plugins/Sessions/Src/Sessions.h +++ b/plugins/Sessions/Src/stdafx.h |