Bulk replace header guards to use

This commit is contained in:
David Cermak
2021-05-26 15:57:25 +02:00
parent 84b0dcfea4
commit 3332c27978
35 changed files with 38 additions and 140 deletions

View File

@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef _VFS_TERMINAL_HPP_
#define _VFS_TERMINAL_HPP_
#pragma once
#include "cxx_include/esp_modem_dte.hpp"
@ -24,5 +23,3 @@ namespace esp_modem {
std::unique_ptr<Terminal> create_vfs_terminal(const esp_modem_dte_config *config);
} // namespace esp_modem
#endif // _VFS_TERMINAL_HPP_