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:
Timothy Flynn
2022-02-09 16:02:49 -05:00
committed by Linus Groh
parent aff17a2fbd
commit 373b467302
Notes: sideshowbarker 2024-07-17 19:03:40 +09:00
7 changed files with 6 additions and 6 deletions

View File

@@ -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 {