Remove unused header

This commit is contained in:
Allen Hill
2026-07-06 14:42:30 -07:00
parent 1c0124edcc
commit 25e425a601
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
// copyright (C) 2006 Marcin Slonicki <marcin@softservice.com.pl>
// copyright (C) 2007 Louis Frigon
// Copyright (C) 2015 Allen Hill <allenofthehills@gmail.com>
// SPDX-License-Identifier: GPL-3.0-or-later
// 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.
#pragma once
#include "avclan_defs.h"
#include "avclan_phy.h"
#include "mediacontrol.h"
#include "statustimer.h"
-1
View File
@@ -7,7 +7,6 @@
#include <cstdint>
#include <cstring>
#include "avclandrv.h"
#include "board.h"
#include "cdchanger.hpp"
#include "com232.h"