summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 14:50:13 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 16:54:59 +0200
commit65940f2a1eddbf59764a0444db2321fdc1984a5a (patch)
tree3b8348745c3bf8f3f48d71c5f68cc19ed2c17ed1 /fastos
parent7e3047881eb9095c6a5bdd0394783f163ef2142f (diff)
And there she goes...
Diffstat (limited to 'fastos')
-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>
-