* Style cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42256 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-06-19 21:16:15 +00:00
parent 2648a38678
commit 51ecde2887

View File

@ -1,28 +1,29 @@
/* BMailProtocolConfigView - the standard config view for all protocols
**
** Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
*/
/*
* Copyright 20011, Haiku Inc. All Rights Reserved.
* Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <TextControl.h>
#include <MenuField.h>
#include <PopUpMenu.h>
#include <String.h>
#include <Message.h>
#include <MenuItem.h>
#include <CheckBox.h>
//! The standard config view for all protocols.
#include <stdlib.h>
#include <stdio.h>
#include <MDRLanguage.h>
class _EXPORT BMailProtocolConfigView;
#include <crypt.h>
#include "ProtocolConfigView.h"
#include <stdio.h>
#include <stdlib.h>
#include <CheckBox.h>
#include <MenuField.h>
#include <MenuItem.h>
#include <Message.h>
#include <PopUpMenu.h>
#include <String.h>
#include <TextControl.h>
#include <crypt.h>
#include <MDRLanguage.h>
const char* kPartialDownloadLimit = "partial_download_limit";