Remove extern "C" from cpp files. (#1595)

This commit is contained in:
Jonathan Hui
2017-04-17 10:48:56 -07:00
committed by GitHub
parent 123cbab1ab
commit b36358a362
21 changed files with 6 additions and 163 deletions
+6
View File
@@ -35,6 +35,12 @@
#ifndef OPENTHREAD_DNS_H_
#define OPENTHREAD_DNS_H_
#ifdef OPENTHREAD_CONFIG_FILE
#include OPENTHREAD_CONFIG_FILE
#else
#include <openthread-config.h>
#endif
#include <openthread/types.h>
#include <openthread/message.h>