summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fastos/src/vespa/fastos/fastos.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/fastos/src/vespa/fastos/fastos.h b/fastos/src/vespa/fastos/fastos.h
deleted file mode 100644
index dd03a3c512c..00000000000
--- a/fastos/src/vespa/fastos/fastos.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-//************************************************************************
-/**
- * @file
- * Main include file for FastOS. This pulls in all the neccessary
- * definitions.
- *
- * @author Div, Oivind H. Danielsen
- */
-
-
-#pragma once
-
-#include <vespa/fastos/types.h>
-#include <vespa/fastos/app.h>
-#include <vespa/fastos/file.h>
-#include <vespa/fastos/mutex.h>
-#include <vespa/fastos/cond.h>
-#include <vespa/fastos/thread.h>
-#include <vespa/fastos/socket.h>
-#include <vespa/fastos/serversocket.h>
-#include <vespa/fastos/timestamp.h>
-#include <vespa/fastos/time.h>
-#include <vespa/fastos/prefetch.h>
-#include <vespa/fastos/process.h>
-#include <vespa/fastos/dynamiclibrary.h>
-