Skip to content

Commit

Permalink
#341 update headers of tests after generating with latest c-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Aug 7, 2018
1 parent 1baf4c8 commit 011730b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/store/etc/attrtest/include/attrtest.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef ATTRTEST_H
#define ATTRTEST_H

#include <corto/corto.h>
#include <attrtest/_project.h>
#include <corto/c/c.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef CREATESELFPACKAGE_H
#define CREATESELFPACKAGE_H

#include <corto/corto.h>
#include <createSelfPackage/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/loadSelf/include/loadSelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef LOADSELF_H
#define LOADSELF_H

#include <corto/corto.h>
#include <loadSelf/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/locateSelf/include/locateSelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef LOCATESELF_H
#define LOCATESELF_H

#include <corto/corto.h>
#include <locateSelf/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/tier1/include/tier1.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef TIER1_H
#define TIER1_H

#include <corto/corto.h>
#include <tier1/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/tier2_A/include/tier2_A.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef TIER1_TIER2_A_H
#define TIER1_TIER2_A_H

#include <corto/corto.h>
#include <tier1/tier2_A/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/tier2_B/include/tier2_B.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef TIER1_TIER2_B_H
#define TIER1_TIER2_B_H

#include <corto/corto.h>
#include <tier1/tier2_B/_project.h>
#include <corto/c/c.h>

Expand Down
1 change: 0 additions & 1 deletion test/store/etc/tier2_C/include/tier2_C.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#ifndef TIER1_TIER2_C_H
#define TIER1_TIER2_C_H

#include <corto/corto.h>
#include <tier1/tier2_C/_project.h>
#include <corto/c/c.h>

Expand Down

0 comments on commit 011730b

Please sign in to comment.