rename some files to snake_case

This commit is contained in:
badaix 2019-10-12 14:34:00 +02:00
parent 484cd5e672
commit ea3921d8b7
14 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
#include "controller.h"
#include "controller.hpp"
#include "decoder/pcmDecoder.h"
#include <iostream>
#include <memory>
@ -31,7 +31,7 @@
#include "common/snapException.h"
#include "message/hello.h"
#include "message/time.h"
#include "timeProvider.h"
#include "time_provider.hpp"
using namespace std;