Skip to content

Commit

Permalink
move some headers (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Jun 13, 2024
1 parent a735e42 commit 13228c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/rime_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <rime/common.h>
#include <rime/module.h>
#include <rime/setup.h>
#include "rime_api.h"

#include "rime_api_impl.h"

Expand Down
2 changes: 2 additions & 0 deletions src/rime_api_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <rime/signature.h>
#include <rime/switches.h>

#include "rime_api.h"

using namespace rime;

void rime_declare_module_dependencies();
Expand Down
1 change: 0 additions & 1 deletion src/rime_api_stdbool.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "rime_api_stdbool.h"
#include "rime_api.h"
// implements stdbool flavored API
#include "rime_api_impl.h"

0 comments on commit 13228c2

Please sign in to comment.