mirror of https://github.com/procxx/kepka.git
				
				
				
			Reorganize #include's in ui/text/text.cpp
Now it compiles faster Related to #16
This commit is contained in:
		
							parent
							
								
									56cbcdcf94
								
							
						
					
					
						commit
						ed0e5b9958
					
				| 
						 | 
					@ -18,15 +18,18 @@ 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 <assert.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "ui/text/text.h"
 | 
					#include "ui/text/text.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "core/utils.h"                // makeShared
 | 
				
			||||||
 | 
					#include "core/click_handler_types.h"  // UrlClickHandler
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "core/click_handler_types.h"
 | 
					#include "ui/text/text_block.h"        // TextBlockTSkip, ...
 | 
				
			||||||
#include "ui/text/text_block.h"
 | 
					#include "styles/style_basic.h"        // style::TextStyle
 | 
				
			||||||
#include "lang/lang_keys.h"
 | 
					
 | 
				
			||||||
#include "platform/platform_specific.h"
 | 
					class HiddenUrlClickHandler;
 | 
				
			||||||
#include "boxes/confirm_box.h"
 | 
					 | 
				
			||||||
#include "mainwindow.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace {
 | 
					namespace {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue