forked from qt-creator/qt-creator
off-by-one in headers
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "annotationhighlighter.h"
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef ANNOTATIONHIGHLIGHTER_H
|
||||
#define ANNOTATIONHIGHLIGHTER_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "changeselectiondialog.h"
|
||||
|
||||
#include <QtGui/QFileDialog>
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef CHANGESELECTIONDIALOG_H
|
||||
#define CHANGESELECTIONDIALOG_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "commitdata.h"
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef COMMITDATA_H
|
||||
#define COMMITDATA_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "gitclient.h"
|
||||
#include "gitplugin.h"
|
||||
#include "gitconstants.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITCLIENT_H
|
||||
#define GITCLIENT_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GIT_CONSTANTS_H
|
||||
#define GIT_CONSTANTS_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "giteditor.h"
|
||||
#include "annotationhighlighter.h"
|
||||
#include "gitconstants.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITEDITOR_H
|
||||
#define GITEDITOR_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "gitoutputwindow.h"
|
||||
|
||||
#include <QtCore/QTextCodec>
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITOUTPUTWINDOW_H
|
||||
#define GITOUTPUTWINDOW_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "gitplugin.h"
|
||||
#include "gitclient.h"
|
||||
#include "giteditor.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITPLUGIN_H
|
||||
#define GITPLUGIN_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "gitsubmiteditor.h"
|
||||
#include "gitsubmiteditorwidget.h"
|
||||
#include "gitconstants.h"
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITSUBMITEDITOR_H
|
||||
#define GITSUBMITEDITOR_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "gitsubmiteditorwidget.h"
|
||||
#include "commitdata.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef GITSUBMITEDITORWIDGET_H
|
||||
#define GITSUBMITEDITORWIDGET_H
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#include "settingspage.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
***************************************************************************/
|
||||
#ifndef SETTINGSPAGE_H
|
||||
#define SETTINGSPAGE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user