Rename hpp -> h

This commit is contained in:
Cameron Gutman
2018-09-29 16:18:46 -07:00
parent d14cfb577b
commit 200b1c5095
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../session.hpp"
#include "../session.h"
#include "renderers/renderer.h"
#ifdef HAVE_PORTAUDIO
+1 -1
View File
@@ -1,6 +1,6 @@
#include <Limelight.h>
#include <SDL.h>
#include "streaming/session.hpp"
#include "streaming/session.h"
#include "path.h"
#include <QtGlobal>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "session.hpp"
#include "session.h"
#include "settings/streamingpreferences.h"
#include "streaming/streamutils.h"
@@ -6,7 +6,7 @@
#include <opus_multistream.h>
#include "backend/computermanager.h"
#include "settings/streamingpreferences.h"
#include "input.hpp"
#include "input.h"
#include "video/decoder.h"
#include "audio/renderers/renderer.h"