Skip to content

Commit

Permalink
[compiler/crew] Export PConfigJson header for external use (Samsung#1…
Browse files Browse the repository at this point in the history
…4460)

It moves PConfigJson header file to include directory for
reuse in other modules.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu authored Dec 16, 2024
1 parent cab3fb6 commit 67bd419
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion compiler/crew/src/PConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "crew/PConfig.h"
#include "crew/PConfigIni.h"

#include "PConfigJson.h"
#include "crew/PConfigJson.h"

#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion compiler/crew/src/PConfigJson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "PConfigJson.h"
#include "crew/PConfigJson.h"

#include <iostream>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion compiler/crew/src/PConfigJson.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include "PConfigJson.h"
#include "crew/PConfigJson.h"

#include <gtest/gtest.h>

Expand Down

0 comments on commit 67bd419

Please sign in to comment.