Changed include file name.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3790 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2003-07-01 19:36:39 +00:00
parent 8936182d3c
commit 9369306ef7
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
#include <StorageKit.h>
#include <SupportKit.h>
#include "TransportAddOn.h"
#include "PrintTransportAddOn.h"
class ParallelPort : public BDataIO {
int fFile;

View File

@ -35,7 +35,7 @@
#include <StorageKit.h>
#include <SupportKit.h>
#include "TransportAddOn.h"
#include "PrintTransportAddOn.h"
class SerialPort : public BDataIO {
int fFile;

View File

@ -40,7 +40,7 @@
#include <StorageKit.h>
#include <SupportKit.h>
#include "TransportAddOn.h"
#include "PrintTransportAddOn.h"
class UsbPort : public BDataIO {
public: