]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.cpp
Use alphabetical order for #includes.
[pulseview.git] / pv / view / timemarker.cpp
index 52fcf45612167fa50f2cbc4dffbcd975990a2ef6..4874eb233c7ebf7d9fe5e282883dc93a1efbc8a7 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <algorithm>
 
 #include "timemarker.hpp"
 
-#include "view.hpp"
 #include "pv/widgets/timestampspinbox.hpp"
+#include "view.hpp"
 
 #include <QApplication>
-#include <QFormLayout>
 #include <QFontMetrics>
+#include <QFormLayout>
 #include <QPainter>
 
 #include <pv/widgets/popup.hpp>