mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00: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
@@ -10,8 +10,8 @@
|
||||
#include <AK/ScopeGuard.h>
|
||||
#include <LibSQL/AST/Parser.h>
|
||||
#include <LibSQL/Database.h>
|
||||
#include <LibSQL/Result.h>
|
||||
#include <LibSQL/Row.h>
|
||||
#include <LibSQL/SQLResult.h>
|
||||
#include <LibSQL/Value.h>
|
||||
#include <LibTest/TestCase.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user