change #include "telnet_server.h" to <server/telnet_server.h>
commit8256a792c5a74ba0c37121652d3e753b65aee02d
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:15:03 +0000 (3 04:15 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:49 +0000 (3 04:24 -0800)
treea251c5a208bb4f5fbb7be28b970a9adb7a9bd8b5
parentc538a830cdaafa92c9e9a624d84915cc39cce05b
change #include "telnet_server.h" to <server/telnet_server.h>

Changes from the flat namespace to heirarchical one.  Instead of writing:

#include "telnet_server.h"

the following form should be used.

#include <server/telnet_server.h>

The exception is from .c files in the same directory.
src/ecosboard.c