2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/v4lrecorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define _V4L_RECORDER_H_

#include "dtvrecorder.h"
#include "cc608decoder.h"
#include "captions/cc608decoder.h"
#include "vbitext/vt.h"
#include "mthread.h"
#include "tv.h" // for VBIMode
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ using namespace std;
#include "remoteencoder.h"
#include "tvremoteutil.h"
#include "mythplayer.h"
#include "subtitlescreen.h"
#include "captions/subtitlescreen.h"
#include "DetectLetterbox.h"
#include "jobqueue.h"
#include "livetvchain.h"
Expand Down