mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:12:43 +00:00 
			
		
		
		
	LibCore: Remove leading C from filenames
This commit is contained in:
		
							parent
							
								
									7415e6ef9f
								
							
						
					
					
						commit
						d17e23bd27
					
				
					 214 changed files with 361 additions and 361 deletions
				
			
		|  | @ -26,7 +26,7 @@ | |||
| 
 | ||||
| #include <AK/FileSystemPath.h> | ||||
| #include <AK/StringBuilder.h> | ||||
| #include <LibCore/CTimer.h> | ||||
| #include <LibCore/Timer.h> | ||||
| #include <LibGUI/GApplication.h> | ||||
| #include <LibHTML/CSS/StyleResolver.h> | ||||
| #include <LibHTML/DOM/Document.h> | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
|  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| #include <LibCore/CTimer.h> | ||||
| #include <LibCore/Timer.h> | ||||
| #include <LibHTML/CSS/StyleProperties.h> | ||||
| #include <LibHTML/CSS/StyleValue.h> | ||||
| #include <LibHTML/DOM/HTMLBlinkElement.h> | ||||
|  |  | |||
|  | @ -25,7 +25,7 @@ | |||
|  */ | ||||
| 
 | ||||
| #include <AK/URL.h> | ||||
| #include <LibCore/CFile.h> | ||||
| #include <LibCore/File.h> | ||||
| #include <LibHTML/DOM/Document.h> | ||||
| #include <LibHTML/DOM/HTMLLinkElement.h> | ||||
| #include <LibHTML/Parser/CSSParser.h> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling