Skip to content

Commit

Permalink
fix include name
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhzzz0821 committed Dec 12, 2024
1 parent ddad7f9 commit ed0700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/parser/path_name_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
#include <gtest/gtest.h>

#include "parser/generator/PathParser.h"
#include "parser/generator/PathLexer.h"
#include "parser/generated/PathParser.h"
#include "parser/generated/PathLexer.h"
#include "common/path.h"

namespace storage {
Expand Down

0 comments on commit ed0700a

Please sign in to comment.