MXS-2197 Rename all module include files from .h to .hh

This commit is contained in:
Johan Wikman
2018-12-10 12:24:56 +02:00
parent c0c9a9858d
commit dc8c2f27f7
25 changed files with 31 additions and 95 deletions

View File

@ -27,7 +27,7 @@
#define MXS_MODULE_NAME "cli"
#include <debugcli.h>
#include <debugcli.hh>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>