Skip to content

Commit

Permalink
Merge pull request #463 from ghutchis/no-bits-stdc++
Browse files Browse the repository at this point in the history
Get rid of bits/stdc++ headers - non-portable GCC header
  • Loading branch information
cryos authored Apr 28, 2020
2 parents e65b862 + 7525116 commit 780d634
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions avogadro/qtplugins/coloropacitymap/vtkChartHistogram.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#ifndef tomvizvtkChartHistogram_h
#define tomvizvtkChartHistogram_h

#include <bits/stdc++.h>

#include <vtkChartXY.h>

#include <vtkNew.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "vtkChartHistogramColorOpacityEditor.h"

#include <bits/stdc++.h>

#include <vtkAxis.h>
#include <vtkChart.h>
#include <vtkColorTransferControlPointsItem.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#ifndef tomvizvtkCustomPiecewiseControlPointsItem_h
#define tomvizvtkCustomPiecewiseControlPointsItem_h

#include <bits/stdc++.h>

#include <vtkPiecewiseControlPointsItem.h>

class vtkContextMouseEvent;
Expand Down
2 changes: 0 additions & 2 deletions avogadro/vtk/vtkplot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include <iostream>
#include <string>

#include <bits/stdc++.h>

#include <vtkAxis.h>
#include <vtkChartXY.h>
#include <vtkContextScene.h>
Expand Down

1 comment on commit 780d634

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.