mirror of https://github.com/procxx/kepka.git
Remove unused stdafx include [platform]
This commit is contained in:
parent
bada61ce15
commit
5f2ea313b8
|
|
@ -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
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/file_utilities_mac.h"
|
||||
|
||||
#include "platform/mac/mac_utilities.h"
|
||||
|
|
|
|||
|
|
@ -15,5 +15,4 @@ GNU General Public License for more details.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/mac_utilities.h"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ GNU General Public License for more details.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/main_window_mac.h"
|
||||
|
||||
#include "styles/style_window.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/notifications_manager_mac.h"
|
||||
|
||||
#include "platform/platform_specific.h"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ GNU General Public License for more details.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/specific_mac.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ GNU General Public License for more details.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/specific_mac_p.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "stdafx.h"
|
||||
#include "platform/mac/window_title_mac.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
// #include "stdafx.h"
|
||||
#include "platform/win/windows_event_filter.h"
|
||||
|
||||
#include <QWindow>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
#include "base\observer.h"
|
||||
|
||||
#include "base/observer.h"
|
||||
#include "base/object_ptr.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue