Remove unused stdafx include [platform]

This commit is contained in:
Berkus Decker 2018-05-13 14:46:52 +03:00
parent bada61ce15
commit 5f2ea313b8
9 changed files with 0 additions and 9 deletions

View File

@ -18,7 +18,6 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/file_utilities_mac.h" #include "platform/mac/file_utilities_mac.h"
#include "platform/mac/mac_utilities.h" #include "platform/mac/mac_utilities.h"

View File

@ -15,5 +15,4 @@ GNU General Public License for more details.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/mac_utilities.h" #include "platform/mac/mac_utilities.h"

View File

@ -15,7 +15,6 @@ GNU General Public License for more details.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/main_window_mac.h" #include "platform/mac/main_window_mac.h"
#include "styles/style_window.h" #include "styles/style_window.h"

View File

@ -18,7 +18,6 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/notifications_manager_mac.h" #include "platform/mac/notifications_manager_mac.h"
#include "platform/platform_specific.h" #include "platform/platform_specific.h"

View File

@ -15,7 +15,6 @@ GNU General Public License for more details.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/specific_mac.h" #include "platform/mac/specific_mac.h"
#include <cstdlib> #include <cstdlib>

View File

@ -15,7 +15,6 @@ GNU General Public License for more details.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/specific_mac_p.h" #include "platform/mac/specific_mac_p.h"
#include "mainwindow.h" #include "mainwindow.h"

View File

@ -18,7 +18,6 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#include "stdafx.h"
#include "platform/mac/window_title_mac.h" #include "platform/mac/window_title_mac.h"
#include "mainwindow.h" #include "mainwindow.h"

View File

@ -18,7 +18,6 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
// #include "stdafx.h"
#include "platform/win/windows_event_filter.h" #include "platform/win/windows_event_filter.h"
#include <QWindow> #include <QWindow>

View File

@ -19,7 +19,6 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/ */
#pragma once #pragma once
#include "base\observer.h"
#include "base/observer.h" #include "base/observer.h"
#include "base/object_ptr.h" #include "base/object_ptr.h"