From 95cdd648c4ffffa4d64aafd1dc631e7231c7f689 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 17 Mar 2015 12:52:13 +0100 Subject: [PATCH] includes: remove *_td.h, we use is *_hal.h now --- include/{audio_td.h => audio_hal.h} | 0 include/dmx_cs.h | 2 +- include/{dmx_td.h => dmx_hal.h} | 0 include/playback.h | 3 +-- include/{playback_td.h => playback_hal.h} | 0 include/{record_td.h => record_hal.h} | 0 include/{video_td.h => video_hal.h} | 0 7 files changed, 2 insertions(+), 3 deletions(-) rename include/{audio_td.h => audio_hal.h} (100%) rename include/{dmx_td.h => dmx_hal.h} (100%) rename include/{playback_td.h => playback_hal.h} (100%) rename include/{record_td.h => record_hal.h} (100%) rename include/{video_td.h => video_hal.h} (100%) diff --git a/include/audio_td.h b/include/audio_hal.h similarity index 100% rename from include/audio_td.h rename to include/audio_hal.h diff --git a/include/dmx_cs.h b/include/dmx_cs.h index 4f0dbc1..7f86974 100644 --- a/include/dmx_cs.h +++ b/include/dmx_cs.h @@ -1 +1 @@ -#include "dmx_td.h" +#include "dmx_hal.h" diff --git a/include/dmx_td.h b/include/dmx_hal.h similarity index 100% rename from include/dmx_td.h rename to include/dmx_hal.h diff --git a/include/playback.h b/include/playback.h index 0e8ce00..c62544b 100644 --- a/include/playback.h +++ b/include/playback.h @@ -1,3 +1,2 @@ -/* playback_*.cpp uses off_t */ #include -#include "playback_td.h" +#include "playback_hal.h" diff --git a/include/playback_td.h b/include/playback_hal.h similarity index 100% rename from include/playback_td.h rename to include/playback_hal.h diff --git a/include/record_td.h b/include/record_hal.h similarity index 100% rename from include/record_td.h rename to include/record_hal.h diff --git a/include/video_td.h b/include/video_hal.h similarity index 100% rename from include/video_td.h rename to include/video_hal.h