Having this line is not useful at all as it doesn't contain any information and shouldn't be filled in the future as git-shortlog can provide the information about people who changed the given file more more reliably than consulting the comments in any case. Keep the non-blank lines for historical purposes.
21 lines
695 B
C
21 lines
695 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/aui/aui.h
|
|
// Purpose: wxaui: wx advanced user interface - docking window manager
|
|
// Author: Benjamin I. Williams
|
|
// Created: 2005-05-17
|
|
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
|
|
// Licence: wxWindows Library Licence, Version 3.1
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_AUI_H_
|
|
#define _WX_AUI_H_
|
|
|
|
#include "wx/aui/framemanager.h"
|
|
#include "wx/aui/dockart.h"
|
|
#include "wx/aui/floatpane.h"
|
|
#include "wx/aui/auibar.h"
|
|
#include "wx/aui/auibook.h"
|
|
#include "wx/aui/tabmdi.h"
|
|
|
|
#endif // _WX_AUI_H_
|
|
|