mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:48:13 +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:
parent
aff17a2fbd
commit
373b467302
7 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue