mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Prep for C++ port
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Umbrella header for the avclan library. Consumers (e.g. the app in
|
||||
// src/sniffer.c) include this single header to pull in the whole AVC-LAN stack.
|
||||
|
||||
#ifndef __AVCLANDRV_H
|
||||
#define __AVCLANDRV_H
|
||||
#pragma once
|
||||
|
||||
#include "avclan_defs.h"
|
||||
#include "avclan_frame.h"
|
||||
@@ -16,5 +15,3 @@
|
||||
#include "cdchanger.h"
|
||||
#include "mediacontrol.h"
|
||||
#include "statustimer.h"
|
||||
|
||||
#endif // __AVCLANDRV_H
|
||||
|
||||
Reference in New Issue
Block a user