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,9 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
#include "stream.h"
#include "stream.hpp"
#include "common/aixlog.hpp"
#include "timeProvider.h"
#include "time_provider.hpp"
#include <cmath>
#include <iostream>
#include <string.h>