mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Rename the file to match the new class name.
This commit is contained in:
committed by
Linus Groh
parent
aff17a2fbd
commit
373b467302
Notes:
sideshowbarker
2024-07-17 19:03:40 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/373b467302 Pull-request: https://github.com/SerenityOS/serenity/pull/12398 Reviewed-by: https://github.com/linusg
@@ -14,7 +14,7 @@
|
||||
#include <AK/String.h>
|
||||
#include <LibSQL/AST/Token.h>
|
||||
#include <LibSQL/Forward.h>
|
||||
#include <LibSQL/SQLResult.h>
|
||||
#include <LibSQL/Result.h>
|
||||
#include <LibSQL/Type.h>
|
||||
|
||||
namespace SQL::AST {
|
||||
|
||||
Reference in New Issue
Block a user