X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2Ftcl_server.h;h=971ab996a6ec25074a361bcedd165ea3bc482b2d;hp=1f6ba62e07d42efb007c9a67e91a7a450ad2159c;hb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;hpb=98723c4ecdbe06f90c66f3abec27b792c3b38e34 diff --git a/src/server/tcl_server.h b/src/server/tcl_server.h index 1f6ba62e07..971ab996a6 100644 --- a/src/server/tcl_server.h +++ b/src/server/tcl_server.h @@ -14,15 +14,15 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef _TCL_SERVER_H_ #define _TCL_SERVER_H_ -#include "server.h" +#include int tcl_init(void); int tcl_register_commands(struct command_context *cmd_ctx); -#endif /* _TCL_SERVER_H_ */ +#endif /* _TCL_SERVER_H_ */