Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensoftware52 committed Nov 29, 2023
1 parent bc25671 commit 43b6b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrpcBrowser.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "GrpcBrowser.h"
#include "SlBrowser.h"
#include "Util.h"
#include "WindowsFunctions.h"

#include <filesystem>

Expand Down
2 changes: 1 addition & 1 deletion browser-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "GrpcBrowser.h"
#include "JavascriptApi.h"
#include "SlBrowser.h"
#include "Util.h"
#include "WindowsFunctions.h"

#include <json11/json11.hpp>

Expand Down

0 comments on commit 43b6b93

Please sign in to comment.