diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2021-01-02 23:08:05 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2021-01-02 23:08:05 +0900 |
commit | 7800524955fb9264c567cb923d8b9369b79e8f2c (patch) | |
tree | 3dce72c584109867a2fcbb93e602e26f13fe0393 | |
parent | db258fa2753c8de5962231e36340f3b4e03a625d (diff) |
Changed to not include autoconf.h
moduleid.h was including autoconf.h. However, this does not need
to be included.
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: Iad2e30c952dc778198d143dd63063455fcac17bc
-rw-r--r-- | agl-basefiles/agldd/moduleid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/agl-basefiles/agldd/moduleid.h b/agl-basefiles/agldd/moduleid.h index 248fadc..2382e01 100644 --- a/agl-basefiles/agldd/moduleid.h +++ b/agl-basefiles/agldd/moduleid.h @@ -14,7 +14,6 @@ * limitations under the License. */ -#include <generated/autoconf.h> #ifndef _AGLDD_MODULEID_H_ #define _AGLDD_MODULEID_H_ |